Skip to content

Commit 22faaf4

Browse files
Merge branch 'main' into 20221004-copy-hyperscale-georeplica
2 parents 88a309c + 43fc169 commit 22faaf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-sql/database/transparent-data-encryption-byok-key-rotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to rotate the Transparent data encryption (TDE) protector
55
author: rwestMSFT
66
ms.author: randolphwest
77
ms.reviewer: wiassaf, vanto, mathoma
8-
ms.date: 08/18/2022
8+
ms.date: 10/04/2022
99
ms.service: sql-database
1010
ms.subservice: security
1111
ms.topic: how-to
@@ -16,7 +16,7 @@ ms.custom:
1616
---
1717
# Rotate the Transparent data encryption (TDE) protector
1818

19-
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
19+
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]
2020

2121
This article describes key rotation for a [server](logical-servers.md) using a TDE protector from Azure Key Vault. Rotating the logical TDE protector for a server means to switch to a new asymmetric key that protects the databases on the server. Key rotation is an online operation and should only take a few seconds to complete, because this only decrypts and re-encrypts the database's data encryption key, not the entire database.
2222

docs/relational-databases/system-catalog-views/sys-query-store-plan-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SELECT TOP 1000
105105
, q.context_settings_id
106106
, c.set_options
107107
, c.status
108-
ROM sys.query_store_plan p
108+
FROM sys.query_store_plan p
109109
JOIN sys.query_store_query q ON p.query_id = q.query_id
110110
JOIN sys.query_context_settings c ON c.context_settings_id = q.context_settings_id
111111
LEFT JOIN sys.query_store_query_text t ON q.query_text_id = t.query_text_id

0 commit comments

Comments
 (0)