Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/t-sql/statements/create-index-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Resumable index create operations have the following limitations:
- The DDL command with `RESUMABLE = ON` can't be executed inside an explicit transaction.
- You cannot create a resumable index that contains:
- Computed or `timestamp` (`rowversion`) column(s) as key columns.
- LOB column as an included column.
- Computed or LOB column as an included column.
- Resumable index operations aren't supported for:
- The `ALTER INDEX REBUILD ALL` command
- The `ALTER TABLE REBUILD` command
Expand Down