Skip to content

Commit 571b246

Browse files
authored
Merge pull request #3728 from ReeceGoding/dev
sp_BlitzIndex: Added an ORDER BY to the temporal table check
2 parents a2ea69b + 6216da9 commit 571b246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sp_BlitzIndex.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5650,6 +5650,7 @@ BEGIN
56505650
'N/A' AS index_usage_summary,
56515651
'N/A' AS index_size_summary
56525652
FROM #TemporalTables AS t
5653+
ORDER BY t.database_name, t.schema_name, t.table_name
56535654
OPTION ( RECOMPILE );
56545655

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

0 commit comments

Comments
 (0)