如何启用与关闭 Ad Hoc Distributed Queries
摘要:今天调试公司的程序时,发现了这样的错误SQL Server 阻止了对组件'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource'于是在网上搜索了一下解决办法启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure 关闭Ad 
        阅读全文
				
		posted @ 2013-07-17 08:21
                    
                
浙公网安备 33010602011771号