启用Ad Hoc Distributed Queries:
exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
使用完成后,关闭Ad Hoc Distributed Queries:
exec sp_configure 'Ad Hoc Distributed Queries',0
reconfigure
exec sp_configure 'show advanced options',0
reconfigure

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-02-16
  • 2021-12-11
  • 2021-05-24
猜你喜欢
  • 2022-02-12
  • 2022-12-23
  • 2021-06-21
  • 2021-08-15
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案