SQl跨服务器查询的实现
摘要:select * from orderassociation where orderassociation_guid not in( select orderassociation_guid from OPENDAT…
select * from orderassociation where orderassociation_guid not in( select orderassociation_guid from OPENDATASOURCE(
'SQLOLEDB',
'server=172.26.199.68;database=test;uid=sa;pwd=h23321;'
).denture_ktjzb.dbo.orderassociation )



