摘要:
█ 启用/关闭Ad Hoc Distributed QueriesAd Hoc Distributed Queries服务默认是关闭的,要使用openrowset 和 openquery访问远程数据库,需要在本地启用该服务-- 启用 Ad Hoc Distributed Queriesexec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure -- 关闭 Ad Hoc Distributed 阅读全文
posted @ 2013-07-31 16:43
编程的厨子
阅读(3672)
评论(0)
推荐(0)
浙公网安备 33010602011771号