摘要:
这时才想起跨库查询了。1.开通分布式查询权限exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure 2.查询select a.ProjCode as '楼盘编号',b.projname as '楼盘名称',count(1)... 阅读全文
posted @ 2010-05-06 13:16
melody&bobo
阅读(166)
评论(0)
推荐(0)