Skip to content

Commit c25cce4

Browse files
Update sp_BlitzIndex.sql
The select from the #BlitzIndexResults table is present 2 times in the same block
1 parent fbc68d6 commit c25cce4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sp_BlitzIndex.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,6 @@ BEGIN
29602960
SELECT '#MissingIndexes' AS table_name, * FROM #MissingIndexes;
29612961
SELECT '#ForeignKeys' AS table_name, * FROM #ForeignKeys;
29622962
SELECT '#UnindexedForeignKeys' AS table_name, * FROM #UnindexedForeignKeys;
2963-
SELECT '#BlitzIndexResults' AS table_name, * FROM #BlitzIndexResults;
29642963
SELECT '#IndexCreateTsql' AS table_name, * FROM #IndexCreateTsql;
29652964
SELECT '#DatabaseList' AS table_name, * FROM #DatabaseList;
29662965
SELECT '#Statistics' AS table_name, * FROM #Statistics;

0 commit comments

Comments
 (0)