Any suggestions on data syncronization from a server to a desktop?

Posted by Jamey McElveen on Stack Overflow See other posts from Stack Overflow or by Jamey McElveen
Published on 2010-05-14T12:43:59Z Indexed on 2010/05/14 12:54 UTC
Read the original article Hit count: 381

Filed under:
|
|
|

I have a web based CRM system that stores all the client data from all the clients into one database (MS Sql Server). We need to build a system that maintains a local copy of the data for each client. So basically the client database will have all tables and columns except for the ClientId that is in ever server table. I am aware that I will need to add fields to the server to support synchronization.

Are there any good solutions or components already out there to help me accomplish this?

We are using MS Sql Server and .NET C#

© Stack Overflow or respective owner

Related posts about synchronization

Related posts about sql-server