Question How to use sql server integration service to transfer data from db2 database to sql server database ?

ahmedaziz

Well-known member
Joined
Feb 22, 2023
Messages
55
Programming Experience
1-3
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 ?
 
I must be missing something. How is this a C# question? Isn't this problem completely independent of what language you'll eventually use to access the data?
 
Back
Top Bottom