Is it possible to query one server from another even if those servers are 
in diferent machines at diferent locations?

for example:

select * from localtable left join remoteserver.remotedatabase.remotetable 

where localtable.key = remoteserver.remotedatabase.remotetable.key


FBR

Reply via email to