Comments
1 comment
-
Hello Leho,
SQL Toolkit (Data Compare, SQL Compare) only allows a 1-on-1 comparison of adatbase schema and data. It isn't capable natively of synchronizing one database to many. I think this would pretty much negate any issue you'd have with rolling back one update if the other one fails, because you can only run one update at a time.
Add comment
Please sign in to leave a comment.
We want to use API to synchronize between the local database with 2 other remote databases on the network, if one of the remote database is down during the synchronization, what will happen in this scenario?
Thanks