Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d9e577e

Browse files
authored
Merge pull request #1928 from SergeyOlontsev/patch-1
Update alter-index-transact-sql.md
2 parents 4e7e080 + 7ca10f6 commit d9e577e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,7 @@ The following functionality is disabled for resumable index rebuild operations
732732
- ALTER TABLE using index rebuild
733733
- DDL command with "RESUMEABLE = ON" cannot be executed inside an explicit transaction (cannot be part of begin tran ... commit block)
734734
- Rebuild an index that has computed or TIMESTAMP column(s) as key columns.
735-
- In case the base table contains LOB column(s) resumable clustered index rebuild requires a Sch-M lock in the Starting of this operation
736-
- The SORT_IN_TEMPDB=ON option is not supported for resumable index
735+
- In case the base table contains LOB column(s) resumable clustered index rebuild requires a Sch-M lock in the Starting of this operation
737736

738737
> [!NOTE]
739738
> The DDL command runs until it completes, pauses or fails. In case the command pauses, an error will be issued indicating that the operation was paused and that the index creation did not complete. More information about the current index status can be obtained from [sys.index_resumable_operations](../../relational-databases/system-catalog-views/sys-index-resumable-operations.md). As before in case of a failure an error will be issued as well.

0 commit comments

Comments
 (0)