Skip to content

Commit dc107cc

Browse files
authored
Merge pull request #2299 from BrentOzarULTD/2292_sp_BlitzIndex_remove_IX_prefix
#2292 sp_BlitzIndex remove IX prefix
2 parents 0ae793d + 00be984 commit dc107cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ IF OBJECT_ID('tempdb..#Ignore_Databases') IS NOT NULL
548548
END + CASE WHEN included_columns IS NOT NULL THEN N'INCLUDES: ' + included_columns + N' '
549549
ELSE N''
550550
END,
551-
[create_tsql] AS N'CREATE INDEX [IX_'
551+
[create_tsql] AS N'CREATE INDEX ['
552552
+ REPLACE(REPLACE(REPLACE(REPLACE(
553553
ISNULL(equality_columns,N'')+
554554
CASE WHEN equality_columns IS NOT NULL AND inequality_columns IS NOT NULL THEN N'_' ELSE N'' END

0 commit comments

Comments
 (0)