Skip to content

Commit 5b0969d

Browse files
committed
corrected name of default XE session
1 parent 8d434da commit 5b0969d

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)