i am using sql 2000 and i am trying to use the following
select * from openquery(rm_linked,'select * from property') ---- this works
but when i try to use the AT syntax
exec ('select * from property') at rm_linked
i get a syntax error on at
does sql 2000 support this syntax or do i have to have 2005 or greater
i am connecting to a sysbase db ase driver 15.0