You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/statements/alter-index-transact-sql.md
+1
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,7 @@ PARTITION
251
251
REORGANIZE a **rowstore** index
252
252
For rowstore indexes, REORGANIZE specifies to reorganize the index leaf level. The REORGANIZE operation is:
253
253
254
+
- Always performed online. This means long-term blocking table locks are not held and queries or updates to the underlying table can continue during the ALTER INDEX REORGANIZE transaction.
254
255
- Not allowed for a disabled index
255
256
- Not allowed when ALLOW_PAGE_LOCKS is set to OFF
256
257
- Not rolled back when it is performed within a transaction and the transaction is rolled back.
0 commit comments