2010年8月10日
摘要: 1.配置使用允许跨库查询EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDEEXEC sys.sp_configure N'Ad Hoc Distributed Queries', N'1'RECONFIGURE WITH OVERRIDE2.使用跨库查询SELECT *FROM OPENDAT... 阅读全文
posted @ 2010-08-10 11:55 自由港 阅读(252) 评论(0) 推荐(0)