随笔分类 -  sqlserver

sqlserver 执行远程数据库代码
摘要:1.启用Ad Hoc Distributed Queries: exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigure 2.为了 阅读全文
posted @ 2016-09-13 16:48 wang_cq 阅读(287) 评论(0) 推荐(0)