Skip to content

Commit 40d5e05

Browse files
authored
SQL typo
simple fix - remove trailing ','
1 parent a077927 commit 40d5e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/transparent-data-encryption-byok-azure-sql-remove-tde-protector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The thumbprint of the current TDE protector of the database, and the database ID
5050
SELECT [database_id],
5151
      [encryption_state],
5252
[encryptor_type], /*asymmetric key means AKV, certificate means service-managed keys*/
53-
[encryptor_thumbprint],
53+
[encryptor_thumbprint]
5454
FROM [sys].[dm_database_encryption_keys]
5555
```
5656

0 commit comments

Comments
 (0)