How to Recover Project Data (Microsoft SQL Server)

If you had a failure of your database server since your last backup, or if your database file has become corrupted, you will need to restore your previous database backup and apply the log file of more recent changes to that database. To do so:

  1. Stop your database server.
  2. Archive the corrupted database file and the current log file by copying the .Mdf and .Ldf files to a different location or to a back-up tape.
  3. Start Microsoft SQL Server Enterprise Manager by selecting Start/Programs/Microsoft SQL Server/Enterprise Manager.
  4. Locate the database you wish to back up. Expand a server group and then expand a server.
  5. Expand the databases and select the database you wish to restore. Right-click, select "All Tasks" and click "Restore Database."
  6. In the General tab of the Restore Database dialog box, set the following:
  1. In the Options tab of the Restore Database dialog box, select one of the following:

For more information, refer to the "Creating and Restoring a Database Backup" topic in the Microsoft SQL Server Books Online documentation.