EKM provider enabled 伺服器組態選項
EKM provider enabled 選項可控制 SQL Server 中的可延伸金鑰管理裝置支援。 根據預設,這個選項是關閉的。
若要啟用或停用此功能,請發出下列其中一個 sp_configure 命令:
/* Enable the external encryption provider option */
sp_configure 'EKM provider enabled', 1
/* Disable the external encryption provider option */
sp_configure 'EKM provider enabled', 0
[!附註]
並非每個 Microsoft SQL Server 版本都會啟用此選項。 如需 SQL Server 版本所支援功能的清單,請參閱<SQL Server 2012 版本支援的功能>。