Skip to content

Commit 58cfffd

Browse files
committed
Merge branch 'patch-2' of https://github.com/rrg92/sql-docs into live
2 parents 773c865 + c81ca3b commit 58cfffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/alter-index-transact-sql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ PARTITION
251251
REORGANIZE a **rowstore** index
252252
For rowstore indexes, REORGANIZE specifies to reorganize the index leaf level. The REORGANIZE operation is:
253253

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+
- It locks the object using schema shared locks (Sch-S) and exclusive locks. If another session reads data using NOLOCK hint, it will bypass the REORGANIZE (REBUILD blocks all, including statements with NOLOCK hint). Statements that modify data are always blocked.
255255
- Not allowed for a disabled index
256256
- Not allowed when ALLOW_PAGE_LOCKS is set to OFF
257257
- Not rolled back when it is performed within a transaction and the transaction is rolled back.

0 commit comments

Comments
 (0)