码迷,mamicode.com
首页 > 数据库 > 详细

SQL error: cannot use the special principal 'sa'

时间:2015-11-19 11:24:18      阅读:498      评论:0      收藏:0      [点我收藏+]

标签:sql   解决方案   

??

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   解决方案   

原文地址:http://blog.csdn.net/yangzhenping/article/details/49924381

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!