The query:
select * from localoracle..system.country
gets me
OLE DB provider 'MSDAORA' does not contain table '"system"."county"'.
In SQL Server Enterprise Manager Using the Linked Servers utility under Security I can 'see' the table. I linked using the 'system' id and...
I have successfully linked SQL7 to Oracle but I cannot get a linked query to work;
example: select emp.empno from localoracle..scott.emp emp
The passthrough query works;
example: select * from openquery (localoracle, 'select * from emp').
What is the correct syntax for getting a linked...
In creating a SQL7 link to an Oracle DB; what is the difference in ServerName and MyServer in the below listed link syntax? My machine name is Box, the connection string is local.domain, the database name is myName, what goes where?
example:
EXEC sp_addlinkedserver
@server = 'Servername'...
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.