Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can Talend support CDC (change data capture) from DB2 to SQL Server?
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
I need a realtime updates on SQL Server.
I do not understand how your solution provides that.
Thanks
Hello,
There is no such automatically "Sync" process between two different Database servers.
Best regards
Sabrina