文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Microsoft SQL Server Error 5030(转)

Microsoft SQL Server Error 5030(转)

时间:2011-04-13  来源:Rex Hou

So, if you are trying to change the collation of a database and getting error 5030, this is much likely because you cannot change the collation of a database when it is in Multi_User mode. In this case, you should try to run the following query.

-- the following line sets the database to "Single User" mode 
ALTER DATABASE DBNAME SET SINGLE_USER WITH ROLLBACK IMMEDIATE
-- the following line sets the new collation
ALTER DATABASE DBNAME COLLATE COLLATIONNAME
-- the following line sets the database back to "Multi User" mode
ALTER DATABASE DBNAME SET MULTI_USER
原文地址:http://sunali.com/2009/10/08/microsoft-sql-server-error-5030/

相关阅读 更多 +
排行榜 更多 +
天天爱连线免广告

天天爱连线免广告

休闲益智 下载
可口的比萨国际版

可口的比萨国际版

休闲益智 下载
天天飞跃无广告版

天天飞跃无广告版

休闲益智 下载