Skip to content

Commit 96dac12

Browse files
committed
fix: Fix create symmetric key transact sql
1 parent da66393 commit 96dac12

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/t-sql/statements/create-symmetric-key-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Generates a symmetric key and specifies its properties in SQL Serve
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: randolphwest
7-
ms.date: 11/18/2025
7+
ms.date: 01/22/2026
8+
ai-usage: ai-assisted
89
ms.service: sql
910
ms.subservice: t-sql
1011
ms.topic: reference
@@ -212,7 +213,7 @@ GO
212213

213214
### C. Create a symmetric key using an Extensible Key Management (EKM) device
214215

215-
The following example creates a symmetric key called `MySymKey` by using a provider called `MyEKMProvider` and a key name of `KeyForSensitiveData`. It assigns authorization to `User1` and assumes that the system administrator has already registered the provider called `MyEKMProvider` in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
216+
The following example creates a symmetric key called `MySymKey` by using a provider called `EKMProvider` and a key name of `KeyForSensitiveData`. It assigns authorization to `User1` and assumes that the system administrator has already registered the provider called `EKMProvider` in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
216217

217218
```sql
218219
CREATE SYMMETRIC KEY MySymKey

0 commit comments

Comments
 (0)