I just thought about this question recently. We have a server and 50 clients. The 51 database instances should be synchronized.
However, the client servers will be installed on laptops that uses can take them to everywhere. If one laptop messes up with its database, the mess
will spread to all other databases.
I think about to use Row filter. The client can only upload the data that entered by this client. If the client makes change with a data that was
entered by other laptops or server, this change will not get synchronized.
I am not sure if this can work. I also open to other solutions.
Thanks!