I have a linked server using SQL Server 7.0 to an Oracle database.
I can write the select statement using the Query Analyzer in the Enterprise Manager to query the Oracle database using:
select * from openquery([oracleremote], 'select * from task')
Oracleremote is the alias for the linked...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.