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: sp_Blitz.sql
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7770,6 +7770,7 @@ IF @ProductVersionMajor >= 10
7770
7770
WHEN [T].[TraceFlag] ='1117'THEN'1117 enabled globally, which grows all files in a filegroup at the same time.'
7771
7771
WHEN [T].[TraceFlag] ='1118'THEN'1118 enabled globally, which tries to reduce SGAM waits.'
7772
7772
WHEN [T].[TraceFlag] ='1211'THEN'1211 enabled globally, which disables lock escalation when you least expect it. This is usually a very bad idea.'
7773
+
WHEN [T].[TraceFlag] ='1204'THEN'1222 enabled globally, which captures deadlock graphs in the error log.'
7773
7774
WHEN [T].[TraceFlag] ='1222'THEN'1222 enabled globally, which captures deadlock graphs in the error log.'
7774
7775
WHEN [T].[TraceFlag] ='1224'THEN'1224 enabled globally, which disables lock escalation until the server has memory pressure. This is usually a very bad idea.'
7775
7776
WHEN [T].[TraceFlag] ='1806'THEN'1806 enabled globally, which disables Instant File Initialization, causing restores and file growths to take longer. This is usually a very bad idea.'
0 commit comments