I was looking for what should be seemingly simple, and I cannot find a link to this problem anywhere. I have a very simple Azure Sync setup ... one primary database that needs to perform one-way synchronization with three client databases.
This is only the synchronization of three tables right now (all fields), and there is no filtering at all. I checked that the schema on all four databases is identical, and my synchronization process returns without errors, but when I check the data, it only updates one of the three client databases.
As I said, this should be very simple. I tried to clear the tables and re-add them, even deleting the entire Sync group, but no matter what I do, only one database is updated. Any idea what I might lose, or does Azure only allow you to synchronize a single table?
source
share