删除sql server 2012中的## MS_DatabaseMasterKey ## [英] drop the ##MS_DatabaseMasterKey## in sql server 2012

查看:211
本文介绍了删除sql server 2012中的## MS_DatabaseMasterKey ##的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在sql server 2012中删除## MS_DatabaseMasterKey ##?



删除主密钥;

drop

错误: -

不允许使用全局临时密钥。您只能使用本地临时密钥。

drop the ##MS_DatabaseMasterKey## in sql server 2012?

drop master key;
drop
Error:-
Global temporary keys are not allowed. You can only use local temporary keys.

推荐答案

Quote:

这是架构比较中的错误。尝试删除主密钥时,它不会正确生成脚本。有一个特殊的命令用于删除主密钥 - DROP MASTER KEY。

This is a bug in schema compare. It is not generating the script properly when attempting to drop the master key. There is a special command for dropping the master key - DROP MASTER KEY.



这里 [ ^ ]。



-KR


Found on the discussion at here[^].

-KR


这篇关于删除sql server 2012中的## MS_DatabaseMasterKey ##的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆