摘要:
在sql server2005中,执行如下命令的问题exec sp_configure 'show advanced options', 1RECONFIGURE;exec sp_configure 'Ole Automation Procedures', 1RECONFIGURE;在执行中显示错误不支持对系统目录进行即席更新。修改为exec sp_configure 'show advanced options', 1RECONFIGURE WITH OVERRIDE;exec sp_configure 'Ole Automation
阅读全文
posted @ 2011-06-24 15:31
虎头工作室
阅读(3324)
推荐(0)
编辑