Skip to content

Commit ac1e31f

Browse files
authored
Correcting default for new paramater
1 parent d7d97b0 commit ac1e31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzFirst.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ALTER PROCEDURE [dbo].[sp_BlitzFirst]
2222
@CheckProcedureCache TINYINT = 0 ,
2323
@FileLatencyThresholdMS INT = 100 ,
2424
@SinceStartup TINYINT = 0 ,
25-
@ShowSleepingSPIDs TINYINT = 1 ,
25+
@ShowSleepingSPIDs TINYINT = 0 ,
2626
@VersionDate DATETIME = NULL OUTPUT
2727
WITH EXECUTE AS CALLER, RECOMPILE
2828
AS

0 commit comments

Comments
 (0)