Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, did anybody know what kind of software or application database integration techniques between DB2 and MSSQL??

hi, I'm looking for third-party software/application to handle a scheduled data transfer from an AS400 file to a SQL Server table. It pulled data from AS400 to SQL Server 2005. Beside I also can access, insert and update data to a SQL server table. It uses industry standard plug-ins and can easily integrate with third party interfaces. Easily integrates with other applications or middleware. We would like to be able to use this data in a SQL Server database as well, so we'd like to have nightly updates from the AS400 to our SQL table to synch up the data. Regards aleesya


[Edit - Added the information you put in a comment to the question]
Posted
Updated 22-Nov-11 5:36am
v2
Comments
Sergey Alexandrovich Kryukov 21-Nov-11 20:34pm    
What is the problem, exactly?
--SA
Reena Aleesya 21-Nov-11 20:41pm    
hi,
I'm looking for third-party software/application to handle a scheduled data transfer from an AS400 file to a SQL Server table. It pulled data from AS400 to SQL Server 2005. Beside I also can access, insert and update data to a SQL server table. It uses industry standard plug-ins and can easily integrate with third party interfaces. Easily integrates with other applications or middleware. We would like to be able to use this data in a SQL Server database as well, so we'd like to have nightly updates from the AS400 to our SQL table to synch up the data.
Regards
aleesya

1 solution

Hi,

We work with AS400s extensively in our company, I just use SSIS in conjunture with the iSeries data transfer options and rxferpcb.exe (e.g C:\Program Files\IBM\Client Access\rxferpcb.exe)

RXFERPCB details[^]

You can use standard SSIS, but we found that performance is much better when using RXFERPCB

Basically, you extract data from your AS400 using RXFERPCB to create a local .CSV file. Then, you can use standard SSIS text transform to move the data into SQL Server. This is by far the fastest method of AS400 -> SQL Server ETL we have found

Nice article here

http://blog.stevienova.com/2009/05/20/etl-method-fastest-way-to-get-data-from-db2-to-microsoft-sql-server/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900