Skip to content

Commit b8084c2

Browse files
authored
Insert columns don't appear correct
The URL column ending up with an URL - which makes me thing that the field order and value order has become incorrect
1 parent 9acc750 commit b8084c2

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)