Skip to content

Commit 02ab4e4

Browse files
authored
Merge branch 'master' into dev
2 parents 61addb7 + 86ff1ba commit 02ab4e4

File tree

5 files changed

+1120
-1116
lines changed

5 files changed

+1120
-1116
lines changed

sp_BlitzQueryStore.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ BEGIN
6363
RETURN;
6464
END;
6565

66+
6667
DECLARE /*Variables for the variable Gods*/
6768
@msg NVARCHAR(MAX) = N'', --Used to format RAISERROR messages in some places
6869
@sql_select NVARCHAR(MAX) = N'', --Used to hold SELECT statements for dynamic SQL

sp_BlitzWho.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ BEGIN
3636
END;
3737

3838

39+
3940
IF @Help = 1
4041
PRINT '
4142
sp_BlitzWho from http://FirstResponderKit.org

0 commit comments

Comments
 (0)