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 the default password. Any suggestions?
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 the default password. Any suggestions?