Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Sync Framework on databases with different schemas

Is it possible to use MS Sync Framework to synchronize different tables (with completely different structures) in different databases, assuming one of the tables has a primary key and the other a unique index whose values coincide with the first table's PK (but cannot be promoted to PK)? The column names can be different too.

like image 940
Sam Avatar asked Mar 08 '26 16:03

Sam


1 Answers

that should be possible, have a look at these series of posts:

Part 1 – Upload Synchronization where the Client and Server Primary Keys are different

Part 2 – Bidirectional Synchronization where the Client and Server Primary Keys are different

Part 3 – Synchronizing tables where Client and Server Primary Keys are different

like image 95
JuneT Avatar answered Mar 10 '26 05:03

JuneT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!