I have two servers one server have sql server database and another server have db2 database
I need to read data from db2 database on server A then after read it insert it into sql server database that exist on server B
I use sql server 2017
so can you give me How to create ssis package to make that by details
I not working on ssis package before so if you can give me answer by more details will be better ?
Mohammad HussainPosted Aug 10, 2023, 3:05 PM
Create a New SSIS Project:
Add a Data Flow Task:
Configure the OLE DB Source (DB2 Database):
Configure the OLE DB Destination (SQL Server Database):
Map Columns:
Run the SSIS Package:
Review and Troubleshoot: