Skip to content

Commit 00be984

Browse files
committed
#2292 sp_BlitzIndex remove IX prefix
From index creation suggestions. Closes #2292.
1 parent 0ae793d commit 00be984

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)