Skip to content

Commit e6e4290

Browse files
committedJan 6, 2018
Add 2422 trace flag
1 parent 217e1e4 commit e6e4290

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Headers:
5050
- [SQL Server Name Convention and T-SQL Programming Style](/SQL%20Server%20Name%20Convention%20and%20T-SQL%20Programming%20Style.md)
5151
- [SQL Server Licensing](/SQL%20Server%20Licensing.md)
5252
- [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**)
5454
- [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**)
5555
- [Articles](/Articles)
5656
- [CLR procedures](/CLR)

‎SQL Server Trace Flag.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33

44
**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.**
55
**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
172172

173173
<a id="trace-flags-list"></a>
174174
## Trace Flags List
175-
Summary: **531 trace flags**
175+
Summary: **532 trace flags**
176176

177177

178178
<a id="-1"></a>
@@ -1364,6 +1364,14 @@ Function: Another one I stumbled upon myself...outputs info about “Smart Seek
13641364
Link: None
13651365

13661366

1367+
<a id="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.**
1371+
Link: http://support.microsoft.com/help/4038419<br />
1372+
Scope: global only
1373+
1374+
13671375
<a id="2430"></a>
13681376
#### Trace Flag: 2430
13691377
Function: Fixes performance problem when using large numbers of locks<br />

0 commit comments

Comments
 (0)
Please sign in to comment.