Enable Ad Hoc Distributed Queries:
exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure
Disable Ad Hoc Distributed Queries:
exec sp_configure 'Ad Hoc Distributed Queries',0 reconfigure exec sp_configure 'show advanced options',0 reconfigure
本文介绍如何通过SQL Server配置AdHoc分布式查询的启用与禁用方法。具体步骤包括设置高级选项、启用或禁用AdHoc分布式查询并重新配置。
961

被折叠的 条评论
为什么被折叠?



