SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to load data from DB2 to sql server?
I can not see the DB2 source when creating the packages.
Hi @mcdown0828,
You may use ODBC to connect to DB2 and then load data to sql server database.
Check Connect to DB2 database from SQL Server Integration Server for detail steps.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
I can not see the DB2 source
Why do you expect a DB2 specific datasource; there is none?
Use the common OleDB or ODBC connector together wir DB2 data provider.