Skip to content

Commit aace452

Browse files
authored
Merge pull request #1394 from elsimer/issue_1393
Issue 1393 corrected name of default XE session
2 parents 8d434da + 5b0969d commit aace452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@ IF @ProductVersionMajor >= 10
42514251
'Hey big spender, you have ' + CAST(COUNT_BIG(*) AS VARCHAR(30)) + ' Extended Events sessions running. You sure you meant to do that?' AS Details
42524252
FROM sys.dm_xe_sessions
42534253
WHERE [name] NOT IN
4254-
( 'AlwaysOn_health', 'system_health', 'telemetry_xevents', 'sp_server_diagnostics', 'hkenginexesession' )
4254+
( 'AlwaysOn_health', 'system_health', 'telemetry_xevents', 'sp_server_diagnostics sessions', 'hkenginexesession' )
42554255
AND name NOT LIKE '%$A%'
42564256
HAVING COUNT_BIG(*) >= 2;
42574257
END;

0 commit comments

Comments
 (0)