Ad hoc updates to system catalogs are not allowed

不打扰是莪最后的温柔 提交于 2019-12-01 20:56:05
steoleary

The sp_Configure 'Allow Updates' setting has had no effect since SQL Server 2005, it will still "work" but it won't do anything.

I believe that if you really must make these changes, you can do so by connecting through the DAC (Dedicated Administrator Connection) while the instance is in single user mode, but be careful what you change :)

How to: Use the Dedicated Administrator Connection with SQL Server Management Studio

If you're running SQL Server 2000 or earlier you can run:

RECONFIGURE WITH OVERRIDE
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!