help: persistency !
leho
Posts: 2
Hi,
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
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
This discussion has been closed.
Comments
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.