Skip to content

Commit 0fba643

Browse files
authored
Merge pull request #3512 from garyhuntddn/garyhuntddn-patch-3
Insert statement column order don't appear correct for the URL column
2 parents ec0268a + b8084c2 commit 0fba643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sp_BlitzIndex.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ BEGIN TRY
913913
0 ,
914914
@ScriptVersionName,
915915
CASE WHEN @GetAllDatabases = 1 THEN N'All Databases' ELSE N'Database ' + QUOTENAME(@DatabaseName) + N' as of ' + CONVERT(NVARCHAR(16), GETDATE(), 121) END,
916-
N'From Your Community Volunteers',
917916
N'http://FirstResponderKit.org',
917+
N'From Your Community Volunteers',
918918
N'',
919919
N'',
920920
N''
@@ -925,9 +925,9 @@ BEGIN TRY
925925
0,
926926
N'You''re trying to run sp_BlitzIndex on a server with ' + CAST(@NumDatabases AS NVARCHAR(8)) + N' databases. ',
927927
N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server and/or user.',
928-
N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
929-
'http://FirstResponderKit.org',
930928
'',
929+
'http://FirstResponderKit.org',
930+
N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
931931
'',
932932
'',
933933
''

0 commit comments

Comments
 (0)