We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ea4b9 commit f968cf1Copy full SHA for f968cf1
tde status.sql
@@ -3,7 +3,7 @@
3
SELECT d.name
4
, d.state_desc
5
--, encryption_state_desc --SQL 2019+ only
6
-, encryption_state = CASE dek.encryption_state WHEN 0 THEN 'No database encryption key present, no encryption'
+, encryption_state_desc = CASE dek.encryption_state WHEN 0 THEN 'No database encryption key present, no encryption'
7
WHEN 1 THEN 'Unencrypted'
8
WHEN 2 THEN 'Encryption in progress'
9
WHEN 3 THEN 'Encrypted'
0 commit comments