Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.84 KB

sys-column-encryption-keys-transact-sql.md

File metadata and controls

51 lines (43 loc) · 2.84 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs monikerRange
sys.column_encryption_keys (Transact-SQL)
sys.column_encryption_keys (Transact-SQL)
jaszymas
jaszymas
10/15/2019
sql
system-objects
reference
sys.column_encryption_keys
column_encryption_keys_TSQL
sys.column_encryption_keys_TSQL
column_encryption_keys
sys.column_encryption_keys catalog view
TSQL
=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

sys.column_encryption_keys (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2016-xxxx-asdw-xxx-md]

Returns information about column encryption keys (CEKs) created with the CREATE COLUMN ENCRYPTION KEY statement. Each row represents a CEK.

Column name Data type Description
name sysname The name of the CEK.
column_encryption_key_id int ID of the CEK.
create_date datetime Date the CEK was created.
modify_date datetime Date the CEK was last modified.

Permissions

Requires the VIEW ANY COLUMN ENCRYPTION KEY permission.

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.

See Also

CREATE COLUMN ENCRYPTION KEY (Transact-SQL)
ALTER COLUMN ENCRYPTION KEY (Transact-SQL)
DROP COLUMN ENCRYPTION KEY (Transact-SQL)
CREATE COLUMN MASTER KEY (Transact-SQL)
Security Catalog Views (Transact-SQL)
sys.column_encryption_key_values (Transact-SQL)
Always Encrypted
Always Encrypted with secure enclaves
Overview of Key Management for Always Encrypted
Manage keys for Always Encrypted with secure enclaves