码迷,mamicode.com
首页 > 数据库 > 详细

开启MSSQLServer跨服务器查询功能

时间:2014-10-22 10:52:23      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   使用   sp   2014   on   

  • 首先在MSSQL客户端中进行如下图文操作配置

    bubuko.com,布布扣
    bubuko.com,布布扣
  • 其次使用脚本进行操作配置

    ---开启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

 

开启MSSQLServer跨服务器查询功能

标签:style   blog   http   color   io   使用   sp   2014   on   

原文地址:http://www.cnblogs.com/GeorgeYao/p/4042354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!