|
1 | 1 | # Microsoft SQL Server Trace Flags
|
2 |
| -Complete list of Microsoft SQL Server trace flags (532 trace flags) |
| 2 | +Complete list of Microsoft SQL Server trace flags (533 trace flags) |
3 | 3 |
|
4 | 4 | **REMEMBER: Be extremely careful with trace flags, test in your test environment first. And consult professionals first if you are the slightest uncertain about the effects of your changes.**
|
5 | 5 | **Trace flag behavior may not be supported in future releases of SQL Server.**
|
@@ -172,7 +172,7 @@ Use this trace flag if SQL Server is experiencing high number of QDS_LOADDB wait
|
172 | 172 |
|
173 | 173 | <a id="trace-flags-list"></a>
|
174 | 174 | ## Trace Flags List
|
175 |
| -Summary: **532 trace flags** |
| 175 | +Summary: **533 trace flags** |
176 | 176 |
|
177 | 177 |
|
178 | 178 | <a id="-1"></a>
|
@@ -1367,7 +1367,7 @@ Link: None
|
1367 | 1367 | <a id="2422"></a>
|
1368 | 1368 | #### Trace Flag: 2422
|
1369 | 1369 | Function: Enables the SQL Server Database Engine to abort a request when the maximum time set by Resource Governor REQUEST_MAX_CPU_TIME_SEC configuration is exceeded.<br />
|
1370 |
| -**Note: This trace flag applies to SQL Server 2017 CU3 and higher builds.** |
| 1370 | +**Note: This trace flag applies to SQL Server 2017 CU3 and higher builds.**<br /> |
1371 | 1371 | Link: http://support.microsoft.com/help/4038419<br />
|
1372 | 1372 | Scope: global only
|
1373 | 1373 |
|
@@ -4066,6 +4066,16 @@ Link: http://support.microsoft.com/kb/4039284<br />
|
4066 | 4066 | Link: [Docs Trace Flags]
|
4067 | 4067 |
|
4068 | 4068 |
|
| 4069 | +<a id="11024"></a> |
| 4070 | +#### Trace Flag: 11024 |
| 4071 | +Function: In Microsoft SQL Server 2017, when incremental statistics are built on the top of partitioned tables, the sum of modification counts of all partitions is stored as the modification count of the root node. |
| 4072 | +When the modification count of the root node exceeds a threshold, the auto update of statistics is triggered. |
| 4073 | +However, if the modification count of any single partition does not exceed the local threshold, the statistics are not updated. |
| 4074 | +Additionally, the modification count of the root node is reset to zero. This may cause delay in the auto update of incremental statistics. |
| 4075 | +When trace flag 11024 is enabled, the modification count of the root node is kept as the sum of modification counts of all partitions.<br /> |
| 4076 | +Link: http://support.microsoft.com/kb/4041811 |
| 4077 | + |
| 4078 | + |
4069 | 4079 | [Query Store Trace Flags]:https://www.sqlskills.com/blogs/erin/query-store-trace-flags/
|
4070 | 4080 | [Docs Trace Flags]:https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql
|
4071 | 4081 | [DBCC CHECKDB]:https://msdn.microsoft.com/en-us/library/ms176064.aspx
|
|
0 commit comments