Skip to content

Commit ed3a7c6

Browse files
authored
Create rebuild_index_on_table.sql
1 parent a322e60 commit ed3a7c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ALTER INDEX ALL ON dbo.Teaching
2+
REBUILD WITH (
3+
FILLFACTOR = 90,
4+
SORT_IN_TEMPDB = ON,
5+
STATISTICS_NORECOMPUTE = OFF);

0 commit comments

Comments
 (0)