We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d97b0 commit ac1e31fCopy full SHA for ac1e31f
sp_BlitzFirst.sql
@@ -22,7 +22,7 @@ ALTER PROCEDURE [dbo].[sp_BlitzFirst]
22
@CheckProcedureCache TINYINT = 0 ,
23
@FileLatencyThresholdMS INT = 100 ,
24
@SinceStartup TINYINT = 0 ,
25
- @ShowSleepingSPIDs TINYINT = 1 ,
+ @ShowSleepingSPIDs TINYINT = 0 ,
26
@VersionDate DATETIME = NULL OUTPUT
27
WITH EXECUTE AS CALLER, RECOMPILE
28
AS
0 commit comments