You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SQL Server Trace Flag.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Microsoft SQL Server Trace Flags
2
-
Detailed list of all discovered (documented and undocumented) Microsoft SQL Server trace flags (**601** trace flags).
2
+
Detailed list of all discovered (documented and undocumented) Microsoft SQL Server trace flags (**602** trace flags).
3
3
4
4
⚠ **REMEMBER: Be extremely careful with trace flags, test in your development environment first.
5
5
And consult professionals first if you are the slightest uncertain about the effects of your changes.**
@@ -280,7 +280,7 @@ Use this trace flag if SQL Server is experiencing high number of [QDS_LOADDB](ht
280
280
281
281
<aid="trace-flags-list"></a>
282
282
## Trace Flags List
283
-
Summary: **601 trace flags**
283
+
Summary: **602 trace flags**
284
284
285
285
286
286
<aid="-1"></a>
@@ -5216,11 +5216,11 @@ Scope: global or session
5216
5216
<aid="11024"></a>
5217
5217
#### Trace Flag: 11024
5218
5218
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.
5219
-
When the modification count of the root node exceeds a threshold, the auto update of statistics is triggered.
5219
+
When the modification count of the root node exceeds a [threshold](https://docs.microsoft.com/en-us/sql/relational-databases/statistics/statistics#AutoUpdateStats), the auto update of statistics is triggered.
5220
5220
However, if the modification count of any single partition does not exceed the local threshold, the statistics are not updated.
5221
5221
Additionally, the modification count of the root node is reset to zero. This may cause delay in the auto update of incremental statistics.
5222
5222
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 />
5223
-
**Note: This trace flag applies to SQL Server 2017 CU3 and higher builds.**<br />
5223
+
**Note: This trace flag applies to SQL Server 2016 (13.x) SP2, SQL Server 2017 (14.x) CU3, and higher builds.**<br />
Function: Applies the default timeout set by query wait (s) or the Resource Governor `REQUEST_MEMORY_GRANT_TIMEOUT_SEC` configuration to Columnstore index build operations.<br />
5240
+
**Note: This trace flag applies to SQL Server 2016 (13.x) SP2 CU5, SQL Server 2017 (14.x) CU14, and higher builds.**
0 commit comments