We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305e9c6 commit 842526eCopy full SHA for 842526e
1 file changed
sp_Blitz.sql
@@ -196,7 +196,7 @@ AS
196
,@SkipXPCMDShell bit = 0
197
,@SkipMaster bit = 0
198
,@SkipMSDB bit = 0
199
- ,@SkipModel BIT = 0
+ ,@SkipModel bit = 0
200
,@SkipTempDB bit = 0
201
,@SkipValidateLogins bit = 0;
202
@@ -307,7 +307,7 @@ AS
307
SET @SkipValidateLogins = 1;
308
END; /*Need execute on sp_validatelogins*/
309
310
- IF ISNULL(@SkipModel, 0) != 1 /* If @SkipModel hasn't been set to 1 by the caller */
+ IF ISNULL(@SkipModel, 0) != 1 /*If @SkipModel hasn't been set to 1 by the caller*/
311
BEGIN
312
IF EXISTS
313
(
0 commit comments