---開啟SQLServer 跨服務器查詢功能
exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure
--關閉SQLServer 跨服務器查詢功能
exec sp_configure 'Ad Hoc Distributed Queries',0 reconfigure exec sp_configure 'show advanced options',0 reconfigure
新聞熱點
疑難解答