sys.dm_column_encryption_enclave
io #io#dmv
Description
2019 (15.x) and later - Windows only Returns performance counters for the secure enclave for Always Encrypted. For more Always Encrypted with secure enclaves If the enclave is configured and has been correctly initialized after the last restart of SQL Server, the view contains exactly one row. If the enclave is not configured or it has not been correctly initialized, the view returns no rows.
Syntax
SELECT
*
FROM sys.dm_column_encryption_enclave;
Examples
Example 1
VIEW SERVER STATE
Example 2
SELECT
*
FROM sys.dm_column_encryption_enclave;