Skip to content

Commit b8df3ec

Browse files
committed
Oops
Closes #1805
1 parent 49428b1 commit b8df3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ CREATE TABLE #missing_index_pretty
13821382
+ N'CREATE NONCLUSTERED INDEX ix_'
13831383
+ ISNULL(REPLACE(REPLACE(REPLACE(equality,'[', ''), ']', ''), ', ', '_'), '')
13841384
+ ISNULL(REPLACE(REPLACE(REPLACE(inequality,'[', ''), ']', ''), ', ', '_'), '')
1385-
+ CASE WHEN [include] IS NOT NULL THEN + N'_Includes' ELSE N'' END
1385+
+ CASE WHEN [include] IS NOT NULL THEN + N'_Includes' ELSE N'' END
13861386
+ CHAR(10)
13871387
+ N' ON '
13881388
+ schema_name

0 commit comments

Comments
 (0)