随笔分类 -  MS SQL

摘要:删除以下路径中的sqlstudio.bin就可以了C:\Documents and settings\\Application data\Microsoft\Microsoft SQL Server\100\Tools\Shell\Sqlstudio.bin 阅读全文
posted @ 2013-05-29 20:34 五月℃夏到了 阅读(157) 评论(0) 推荐(0)
摘要:跨服务器查询,我查到了如下的方法,opendatasource.在执行跨服务器查询之前,运行exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure 查询结束后,运行exec sp_configure 'Ad Hoc Distributed Queries',0 reconfigure exec sp_configure 'show advanced options 阅读全文
posted @ 2013-05-29 13:28 五月℃夏到了 阅读(264) 评论(0) 推荐(0)