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

Commit 6c1a817

Browse files
committed
Merge branch 'release-dallas' of https://github.com/MicrosoftDocs/sql-docs-pr into release-dallas
2 parents 5284f59 + 703687d commit 6c1a817

4 files changed

Lines changed: 125 additions & 107 deletions

File tree

docs/relational-databases/backup-restore/enable-sql-server-managed-backup-to-microsoft-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use managed backup to Azure"
2+
title: Use managed backup to Azure
33
description: Learn how to enable SQL Server Managed Backup to Microsoft Azure at the database and instance level, and enable notifications and monitor backup activity.
44
ms.custom: seo-lt-2019, devx-track-azurecli
55
ms.date: "12/17/2019"

docs/relational-databases/security/resumable-add-table-constraints.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Resumable add table constraints"
33
description: New resumable capabilities to support pausing and resuming a running ALTER TABLE ADD CONSTRAINT operation.
44
ms.custom:
55
- event-tier1-build-2022
6-
ms.date: "05/24/2022"
6+
ms.date: "07/25/2022"
77
ms.prod: sql
88
ms.reviewer: ""
99
ms.technology: security
@@ -29,6 +29,9 @@ Starting with SQL Server 2022, resumable operations for online index creation an
2929

3030
The new SQL Server extensions allow a resumable operation for the [Data Definition Language (DDL)](../../t-sql/statements/statements.md#data-definition-language) command [ALTER TABLE ADD CONSTRAINT](../../t-sql/statements/alter-table-transact-sql.md) and adding a Primary or Unique Key. For more information on adding a Primary or Unique Key, see [ALTER TABLE table_constraint](../../t-sql/statements/alter-table-table-constraint-transact-sql.md).
3131

32+
> [!NOTE]
33+
> Resumable add table constraints apply only to PRIMARY KEY and UNIQUE KEY constraints.
34+
3235
## Resumable operations
3336

3437
In previous versions of SQL Server, the `ALTER TABLE ADD CONSTRAINT` operation can be executed with the `ONLNE=ON` option. However, the operation may take many hours for a large table to complete, and can consume a great number of resources. There's also the possibility of failures or interruption during such execution. We've introduced resumable capabilities to `ALTER TABLE ADD CONSTRAINT` for users to pause the operation during a maintenance window, or to restart it from where it was interrupted during an execution failure, without restarting the operation from the beginning.
@@ -184,4 +187,4 @@ Here's the result set:
184187
- [sys.index_resumable_operations](../system-catalog-views/sys-index-resumable-operations.md)
185188
- [WAIT_AT_LOW_PRIORITY](../../t-sql/statements/alter-index-transact-sql.md#wait-at-low-priority)
186189
- [ALTER TABLE (Transact-SQL)](../../t-sql/statements/alter-table-transact-sql.md)
187-
- [ALTER TABLE index_option](../../t-sql/statements/alter-table-index-option-transact-sql.md)
190+
- [ALTER TABLE index_option](../../t-sql/statements/alter-table-index-option-transact-sql.md)

0 commit comments

Comments
 (0)