Hi,
The following query on a link db server is working
select * from OPENQUERY(db_access, 'select * from tab1')
if i tried the following query with part-name instead of OPENQUERY, i have an error message
select * from db_access...tab1
error message #7313 (problem with MSDASQL)
What i'm doing wrong?
Thank you
The following query on a link db server is working
select * from OPENQUERY(db_access, 'select * from tab1')
if i tried the following query with part-name instead of OPENQUERY, i have an error message
select * from db_access...tab1
error message #7313 (problem with MSDASQL)
What i'm doing wrong?
Thank you