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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Headers:
50
50
-[SQL Server Name Convention and T-SQL Programming Style](/SQL%20Server%20Name%20Convention%20and%20T-SQL%20Programming%20Style.md)
51
51
-[SQL Server Licensing](/SQL%20Server%20Licensing.md)
52
52
-[SQL Server People](/SQL%20Server%20People.md'Most Valuable SQL Server professionals')
53
-
-[SQL Server Trace Flag](/SQL%20Server%20Trace%20Flag.md'Complete list - 531 Trace Flags') (**Complete list - 531 trace flags**)
53
+
-[SQL Server Trace Flag](/SQL%20Server%20Trace%20Flag.md'Complete list - 532 Trace Flags') (**Complete list - 532 trace flags**)
54
54
-[SQL Server Version](/SQL%20Server%20Version.md'List of all Microsoft SQL Sever versions') (**Complete list - from SQL Server 1.0 to SQL Server 2017**)
Copy file name to clipboardExpand all lines: SQL Server Trace Flag.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Microsoft SQL Server Trace Flags
2
-
Complete list of Microsoft SQL Server trace flags (531 trace flags)
2
+
Complete list of Microsoft SQL Server trace flags (532 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
<aid="trace-flags-list"></a>
174
174
## Trace Flags List
175
-
Summary: **531 trace flags**
175
+
Summary: **532 trace flags**
176
176
177
177
178
178
<aid="-1"></a>
@@ -1364,6 +1364,14 @@ Function: Another one I stumbled upon myself...outputs info about “Smart Seek
1364
1364
Link: None
1365
1365
1366
1366
1367
+
<aid="2422"></a>
1368
+
#### Trace Flag: 2422
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.**
0 commit comments