Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework
- by Raj
I've tried to get a solution for the above said question from MSDN Social and other resources from Microsoft. I was specifically looking for offline scenarios where client come online only to fetch updates from the Server.
There are plenty of articles on Sync covering Sql CE but MSFT team seems to be ignoring questions from the community on Syncing with Sql Express clients. There is no standard provider for Sql Express client yet, and Sql 2008 change tracking is not supported in the latest release too. Since Sql Replication is an expensive alternative, I have to go with Sync Framework.
Have anyone here in SO worked with Sync Framework, syncing through WCF endpoints? Please share code samples or sample projects.