Skip to content

Commit 08d1b4e

Browse files
authored
Merge pull request #22298 from pritamso/Broken-link-fix-WilliamDAssafMSFT
Broken link fixed
2 parents d1153e9 + 14fcb22 commit 08d1b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,11 +1021,11 @@ Conditionally drops the column or constraint only if it already exists.
10211021
#### <a id="resumable"></a> RESUMABLE = { ON | OFF}
10221022
**Applies to**: SQL Server 2022 and later.
10231023

1024-
Specifies whether an `ALTER TABLE ADD CONSTRAINT` operation is resumable. Add table constraint operation is resumable when `ON`. Add table constraint operation is not resumable when `OFF`. Default is `OFF`. The `RESUMABLE` option can be used as part of the [ALTER TABLE index_option](/sql/t-sql/statements/alter-table-index-option-transact-sql) in the [ALTER TABLE table_constraint](/t-sql/statements/alter-table-table-constraint-transact-sql).
1024+
Specifies whether an `ALTER TABLE ADD CONSTRAINT` operation is resumable. Add table constraint operation is resumable when `ON`. Add table constraint operation is not resumable when `OFF`. Default is `OFF`. The `RESUMABLE` option can be used as part of the [ALTER TABLE index_option](/sql/t-sql/statements/alter-table-index-option-transact-sql) in the [ALTER TABLE table_constraint](/sql/t-sql/statements/alter-table-table-constraint-transact-sql).
10251025

10261026
**MAX_DURATION** when used with `RESUMABLE = ON` (requires `ONLINE = ON`) indicates time (an integer value specified in minutes) that a resumable online add constraint operation is executed before being paused. If not specified, the operation continues until completion.
10271027

1028-
For more information on enabling and using resumable `ALTER TABLE ADD CONSTRAINT` operations, see [Resumable table add constraints](/sql/relational-databases/security/resumable-table-add-constraints).
1028+
For more information on enabling and using resumable `ALTER TABLE ADD CONSTRAINT` operations, see [Resumable table add constraints](/sql/relational-databases/security/resumable-add-table-constraints).
10291029

10301030
## Remarks
10311031

0 commit comments

Comments
 (0)