Dealing with two databases (DB2 and SQL)
I would like to know how to connect the two databases and allow the connection to automatically pass information between DB and the tables within.
Which DB do you want to do the work? DB2 or SQL Server? If SQL Server, all you have to do is create a Linked Server (which is documented in SQLs Books Online) and then hit the DB2 server as desired selecting, inserting, updating, deleting at will.
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.