We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a322e60 commit ed3a7c6Copy full SHA for ed3a7c6
sql-queries-index/index-rebuild/rebuild_index_on_table.sql
@@ -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