有什么方法可以将MsSql Server 2008中的主数据库排序规则更改为另一个排序规则,而不是重新安装它?
最佳答案
You need to rebuild/recreate the master database as described here.
(尽管该文章还介绍了将所有用户数据库更改为新排序规则的步骤,您可能只需要follow the steps here即可)
关于sql-server - 如何更改SQL Server中的master数据库排序规则?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5338788/