SQL Express 2008 和 SQL Express 2008时差
下午好,
有人知道sqlexpress 2008版本中,使用TDE(透明数据加密)的选项吗?
我尝试使用它进行测试,服务器给了我以下错误。
“此 SQL Server 实例的发布中不提供透明数据加密。有关不同版本的 SQL Server 中的功能支持的更多详细信息,请参阅联机丛书。”
谢谢并致以问候。
Good afternoon,
Anyone know if sql express 2008 version, the option of using TDE (Transparent Data Encryption).
I tried using it for testing and the server gave me the following error.
"The transparent data encryption is not available in the publication of this instance of SQL Server. See Books Online for more details on feature support in different editions of SQL Server."
Thanks and a greeting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,TDE 仅在企业版中可用。
TDE is available only in Enterprise editions AFAIK.
如前所述,Microsoft 仅在企业版中支持 TDE。但是,有一些第三方产品将为 SQL Server 的所有版本提供 TDE,包括 SQL Express。我们的产品之一是:SQL Server 加密器。我知道的另一个是 DBDefence。但在内部,它们的工作方式非常不同:Encryptionizer 位于 SQL Server 和操作系统之间,而 DBDefence 将自身注入到内存中运行的 SQL 进程中以更改进程的行为。
As mentioned, Microsoft supports TDE only in Enterprise Edition. However, there are several third party products that will provide TDE to all editions and verions of SQL Server, including SQL Express. One of those products being ours: Encryptionizer for SQL Server. Another one that I am aware of is DBDefence. Internally they work very differently though: Encryptionizer sits between SQL Server and the Operating System, while DBDefence injects itself into the SQL process running in memory to change the behavior of the process.