Skip to content

Commit f9bb31a

Browse files
authored
Update setup-steps-for-extensible-key-management-using-the-azure-key-vault.md
Added USE DBName for clarity.
1 parent 60eb60d commit f9bb31a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/relational-databases/security/encryption/setup-steps-for-extensible-key-management-using-the-azure-key-vault.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ For a note about the minimum permission levels needed for each action in this se
498498
1. Create a database encryption key by using the ASYMMETRIC KEY (EKMSampleASYKey).
499499

500500
```sql
501+
USE <DB Name>;
501502
--Create an ENCRYPTION KEY using the ASYMMETRIC KEY (EKMSampleASYKey)
502503
CREATE DATABASE ENCRYPTION KEY
503504
WITH ALGORITHM = AES_256

0 commit comments

Comments
 (0)