如题:log信息如下:
Ad-hoc updates to system catalogs not enabled. A user with System Security Officer (SSO) role must reconfigure system to allow this.
网上找了点资料,解决如下:
sp_configure 'allow update',1go
然后就ok了
本文提供了解决Ad-hoc更新系统目录未启用的步骤:使用sp_configure命令将allowupdate设置为1,然后执行go命令。此解决方案适用于需要在系统中启用Ad-hoc更新功能的情况。
如题:log信息如下:
Ad-hoc updates to system catalogs not enabled. A user with System Security Officer (SSO) role must reconfigure system to allow this.
网上找了点资料,解决如下:
sp_configure 'allow update',1go
然后就ok了

被折叠的 条评论
为什么被折叠?
