Skip to content

Commit 936797c

Browse files
author
Steve Stein
authored
Merge pull request #7164 from stevestein/sql-seattle
update code
2 parents 69106c1 + 2e61aeb commit 936797c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/encryption/configure-always-encrypted-enclaves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ On the client/development computer:
9393
2. To verify Always Encrypted with secure enclaves is supported in your instance, run the following query:
9494

9595
```sql
96-
SELECT * FROM sys.configurations
96+
SELECT [name], [value], [value_in_use] FROM sys.configurations
9797
WHERE [name] = 'column encryption enclave type'
9898
```
9999

@@ -115,7 +115,7 @@ On the client/development computer:
115115
5. Confirm the secure enclave is now loaded by running the following query:
116116

117117
```sql
118-
SELECT * FROM sys.configurations
118+
SELECT [name], [value], [value_in_use] FROM sys.configurations
119119
WHERE [name] = 'column encryption enclave type'
120120
```
121121

-43.4 KB
Loading

0 commit comments

Comments
 (0)