Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

CDC: DB2 to SQL Server

Can Talend support CDC (change data capture) from DB2 to SQL Server?

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

As we known that CDC can not work on two different servers.

Please try to compare tables to get the updated data then insert it to another DB by manual.
For example:
t<DB>input(targetDB sqlserver)-->main-->tMap-->t<DB>output(sqlserver)
t<DB>input(sourceDB DB2)-->lookup-->
Make a inner join and set "Catch Look up inner join reject " as true and the processed data should be updated data, then insert it into another to keep the two database "Sync".

Best regards

Sabrina

Anonymous
Not applicable
Author

I need a realtime updates on SQL Server.

I do not understand how your solution provides that.

Thanks

Anonymous
Not applicable
Author

Hello,

There is no such automatically "Sync" process between two different Database servers.

Best regards

Sabrina