输入banner图图片脚本导航/分类

SQL error: cannot use the special principal 'sa'

??

SQL error: cannot use the special principal ‘sa‘


解决方案:


use dbname
EXEC sp_changedbowner ‘dbname‘


参考:https://msdn.microsoft.com/en-us/library/ms178630.aspx

版权声明:本文为博主原创文章,未经博主允许不得转载。

SQL error: cannot use the special principal 'sa'

标签:sql   解决方案