How to sync large amount of data (More than 5GB) using Sync Framework?

Unanswered How to sync large amount of data (More than 5GB) using Sync Framework?

  • Thursday, March 29, 2012 5:49 AM
     
     

    Hi,

    I have created a WPF application and I am using Sync Framework 2.1. My database size is more than 5GB. It is taking too much time to sync database first time. If connectivity is down then it stop syncronization and goes into hang state.

    Can anybody tell any solution of this problem?

    Regards,

    Saurav

All Replies

  • Thursday, March 29, 2012 6:17 AM
    Moderator
     
     

    you can create a pre-populated database and distribute that.

    you can use GenerateSnapshot if you want to distribute an SDF or if it's SQL Server, you can do a backup, restore on the other synching partner and running PerformPostRestoreFixup.

    see the first 2 bullets under Database Synchronization here: http://social.technet.microsoft.com/wiki/contents/articles/sync-framework-tips-and-troubleshooting.aspx

  • Friday, March 30, 2012 4:53 AM
     
     

    Hi JuneT,

    Thanks for your reply, I am working on it and I will let you know if it will work.

    I have a question, could you please explain how can we create Pre-Populated database?

    Saurav

  • Friday, March 30, 2012 5:37 AM
    Moderator
     
     
    by pre-populated database, i mean a database created by GenerateSnapshot or a backup database