I'm running SQL Server 2005 (fairly new to this application) and I'm looking to use this to connect a DB2 server, and also a MDB file (if possible).
My goal is to run queries out of DB2 that uses cursors (we have a trigger file that we need to parse) and save the results in a SQL Server table.
Can anyone point me in the direction of how I'd connect to DB2 from SQL Server? I can find plenty of examples of connect to DB2 or SQL from MS Access, but not the other way around.
My goal is to run queries out of DB2 that uses cursors (we have a trigger file that we need to parse) and save the results in a SQL Server table.
Can anyone point me in the direction of how I'd connect to DB2 from SQL Server? I can find plenty of examples of connect to DB2 or SQL from MS Access, but not the other way around.
Comment