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 7b60736 commit b3397caCopy full SHA for b3397ca
sql-queries-index/index-rebuild/rebuild_index_on_table.sql
@@ -1,4 +1,5 @@
1
-ALTER INDEX ALL ON dbo.Teaching
+ALTER INDEX [PK__Teaching__3213E83FFA8FEA28]
2
+ON dbo.Teaching
3
REBUILD WITH (
4
FILLFACTOR = 90,
5
SORT_IN_TEMPDB = ON,
0 commit comments