Sync Framework Tips and Troubleshooting on TechNet Wiki

https://j.mp/f1TQLi

I've started an article on the Technet Wiki that collects usage tips and troubleshooting for Sync Framework. This can be the first place you look when you have a nagging question that isn't answered anywhere else.

Some tips already collected are recommendations about how to speed up initialization of multiple SQL Server Compact databases, how to find the list of scopes currently provisioned to a database, and how to improve the performance of large replicas for file synchronization.

It's a wiki, so you can add to it! If the answer you need isn't in the article, or if you have more to say about a tip that's already in the article, post what you know. By sharing our knowledge, we can all make Sync Framework even more useful for everyone.

Check out the article, and share your tips: https://j.mp/f1TQLi!

Comments

  • Anonymous
    January 04, 2011
    Is it possible, given the provided sql providers, to create a scope for tables in DB1 but have the metadata about the scope be in DB2? I'd like to implement a more decoupled model where the metadata is separated from the actual data to be sync'd. Does that make sense?

  • Anonymous
    August 23, 2011
    Go TechNet Wiki Go!

  • Anonymous
    October 11, 2011
    Is it possible to synch foreign keys to client database? I even attempted to add the constraints to the scope but it doesn't work (doesn't raise en error either)