Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sp_BlitzIndex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5650,6 +5650,7 @@ BEGIN
'N/A' AS index_usage_summary,
'N/A' AS index_size_summary
FROM #TemporalTables AS t
ORDER BY t.database_name, t.schema_name, t.table_name
OPTION ( RECOMPILE );

RAISERROR(N'check_id 121: Optimized For Sequential Keys.', 0,1) WITH NOWAIT;
Expand Down
Loading