读书人

使用sp_configure起用 #039;Ad Hoc Distri

发布时间: 2013-10-22 16:16:51 作者: rapoo

使用sp_configure启用 'Ad Hoc Distributed Queries'

?1.启用Ad Hoc Distributed Queries:
exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
2.为了安全使用完成后,关闭Ad Hoc Distributed Queries:
exec sp_configure 'Ad Hoc Distributed Queries',0
reconfigure
exec sp_configure 'show advanced options',0
reconfigure

读书人网 >其他数据库

热点推荐