As I see, TDE and EKM mechanisms are available only in Enterprise edition. How can I encrypt data in tables in Standard edition of SQL Server 2008?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You have native encryption capabilities available.
In this article (http://msdn.microsoft.com/en-us/library/ms179331.aspx) an example is provided showing how to do the following:
Master key Certificate Symmetric key Apply the encryption key to the column.
You do not need to have enterprise edition for this option.
The article above tells you step by step on implementing a column level encryption.