I'm currently estimating how to best share data between offices at different geographical locations.
My current preference is for using SQL Server Merge Replication and have a main database and handful of subscribers.
The system will also need to allow a few work sites to work disconnected (no or little connectivity on construction sites).
The amount of data is not going to be large, we're talking about sharing data from a custom ERP system between a manufacturing plant, a handful of regional offices and work sites.
The Sync Framework also looks good and seems to have good support in SQL Server 2008.
- What other proven system out there should I investigate that can answer these needs?
- For those with experience on sharing data in a similar environment, do you have any particular recommendation and tips?
- How difficult has it been for you to deal with data conflicts?