Skip to content

Commit 2ec32c2

Browse files
authored
Merge pull request #1094 from BrentOzarULTD/sp_Blitz_1093
Closes #1093
2 parents bed50ea + 25d4fa8 commit 2ec32c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sp_Blitz.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5718,6 +5718,8 @@ IF @ProductVersionMajor >= 10
57185718

57195719
IF @CheckProcedureCache = 1
57205720

5721+
BEGIN
5722+
57215723
IF @Debug IN (1, 2) RAISERROR('Begin checking procedure cache', 0, 1) WITH NOWAIT;
57225724

57235725
BEGIN
@@ -6109,6 +6111,7 @@ IF @ProductVersionMajor >= 10
61096111
END;
61106112

61116113
END; /* IF @CheckProcedureCache = 1 */
6114+
END;
61126115

61136116
/*Check to see if the HA endpoint account is set at the same as the SQL Server Service Account*/
61146117
IF @ProductVersionMajor >= 10

0 commit comments

Comments
 (0)