Skip to content

Commit

Permalink
Merge pull request #3590 from VincenzoMarchese/patch-1
Browse files Browse the repository at this point in the history
Update sp_BlitzIndex.sql
  • Loading branch information
BrentOzar authored Dec 6, 2024
2 parents 21cfa5f + c25cce4 commit 1c318fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sp_BlitzIndex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,6 @@ BEGIN
SELECT '#MissingIndexes' AS table_name, * FROM #MissingIndexes;
SELECT '#ForeignKeys' AS table_name, * FROM #ForeignKeys;
SELECT '#UnindexedForeignKeys' AS table_name, * FROM #UnindexedForeignKeys;
SELECT '#BlitzIndexResults' AS table_name, * FROM #BlitzIndexResults;
SELECT '#IndexCreateTsql' AS table_name, * FROM #IndexCreateTsql;
SELECT '#DatabaseList' AS table_name, * FROM #DatabaseList;
SELECT '#Statistics' AS table_name, * FROM #Statistics;
Expand Down

0 comments on commit 1c318fa

Please sign in to comment.