Skip to content

Commit f968cf1

Browse files
committed
Update tde status.sql
1 parent a8ea4b9 commit f968cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tde status.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SELECT d.name
44
, d.state_desc
55
--, encryption_state_desc --SQL 2019+ only
6-
, encryption_state = CASE dek.encryption_state WHEN 0 THEN 'No database encryption key present, no encryption'
6+
, encryption_state_desc = CASE dek.encryption_state WHEN 0 THEN 'No database encryption key present, no encryption'
77
WHEN 1 THEN 'Unencrypted'
88
WHEN 2 THEN 'Encryption in progress'
99
WHEN 3 THEN 'Encrypted'

0 commit comments

Comments
 (0)