Skip to content

Commit b3397ca

Browse files
authored
Update rebuild_index_on_table.sql
1 parent 7b60736 commit b3397ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql-queries-index/index-rebuild/rebuild_index_on_table.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ALTER INDEX ALL ON dbo.Teaching
1+
ALTER INDEX [PK__Teaching__3213E83FFA8FEA28]
2+
ON dbo.Teaching
23
REBUILD WITH (
34
FILLFACTOR = 90,
45
SORT_IN_TEMPDB = ON,

0 commit comments

Comments
 (0)