Skip to content

Commit 3f75d59

Browse files
committed
Adds a GO to the end of ANL/BW
Closes BrentOzarULTD#1125
1 parent 9ec3de9 commit 3f75d59

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sp_AllNightLog.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,3 +1457,5 @@ RETURN;
14571457

14581458

14591459
END; -- Final END for stored proc
1460+
1461+
GO

sp_BlitzWho.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,4 @@ IF @Debug = 1
530530
EXEC(@StringToExecute);
531531

532532
END
533+
GO

0 commit comments

Comments
 (0)