首先让我说sql Server 2012的实例我试图设置TDE(透明数据加密),是企业版.
但是,在遵循the MSDN tutorial教程时,我会转到以下行:
create database encryption key with algorithm = AES_256 encryption by server certificate TDECertificate
我收到错误:
Msg 33117,Level 16,State 1,Line 6 Transparent Data Encryption is not available in the edition of this sql Server instance. See books online for more details on feature support in different sql Server editions.
任何人都可以告诉我为什么我会收到这个错误?
解决方法
我在我的2012 Developer实例上尝试过相同的操作并没有问题.
通过运行确保您连接的实例确实是Enterprise或Developer Edition
SELECT SERVERPROPERTY(‘productversion’),SERVERPROPERTY(‘productlevel’),SERVERPROPERTY(‘edition’)
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。