Im running 3 distributed sql querys on a linked server (sits in a different province) through an asp page. Both databases are Sql Server
the select staments both kind of look like the following:
select * from openquery(MON, 'SELECT vmv_lab_code, variable_name as variable, method_code as...