K
kevin hermans
Guest
Maybe you can use CDC (Change data capture). - It can be activated online - Handled on a very Low level (Almost no performance cost) - You can handle the changes on separate area's Then you can synchronize every change marked with a "change-sequence"id to the other database. (Your own Implementation) I think it's pretty straightforward to implement it. But never did it before of course 
Continue reading...
Continue reading...