I have a few tables built and being used in SQL Server. Is there a way for me to query a join with a table in Oracle and SQL Server without having to go through MS Access?
Hi
I believe Oracle's heterogeneous services may be what you are looking for.Not, I hasten to add, something about which I know much, however I recall seeing this given as a solution in various posts. You should be able to read up at
Make what is called a "linked server" in SQL Server over to the table in Oracle and then treat it like any other SQL Server table in your join from the SQL Server connection.
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.