简体   繁体   中英

How do I migrate data from a db2 backup file to ms sql server database?

I have a db2 backup file and a windows environment with sql server 2019. I need to migrate the data from db2 to sql server. I went through various solutions and all requires connection to IBM Iseries system. Is there any way to achieve this without connection to IBM i series system with just db2 backup file? Or how do i install a db2 database server in my windows so that i can use that to restore db2 backup and then use it to migrate to sql database using SSIS? I have no experience with db2 or iseries.

Db2 for Linux, Unix and Windows (aka Db2 for LUW) and Db2 for IBM i (aka Db2 for iSeries) are different products running on different operating systems.
You can't use backup files from Db2 for IBM i to restore the information from it to Db2 for LUW, and you can't install Db2 for IBM i on your Windows system.

So, there is no way to use this backup file without Db2 for IBM i.

you can ask iSeries (AS400) sysadmin to do a CSV export of the tables. after you can import the CSV into your mysql

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM