Backing up SQL CE 4.0 during run-time

Proposed Answer Backing up SQL CE 4.0 during run-time

  • Tuesday, April 05, 2011 3:42 PM
     
     

    When I release upgrades with my desktop app I backup my .sdf with a simple copy from the code behind.   

    I do this via a background worker, and on bgw completion, I run the SQL commands to modify the DB.

    Is there a more elegant way to backup 4.0?

All Replies