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

SqlServer日常积累

时间:2014-09-12 13:10:23      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   os   使用   ar   strong   数据   

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

SqlServer日常积累

标签:style   blog   color   io   os   使用   ar   strong   数据   

原文地址:http://www.cnblogs.com/xinaixia/p/3968106.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!