Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open SQL Server Management Studio Express (StartAll ProgramsMicrosoft SQL Server 2008SQL Server Management Studio).
  2. Login to Microsoft SQL Server.
  3. In the Object Explorer pane, expand: [server name] > Databases
  4. Right-click on the The Finance Shop database (e.g., TFSMain) and select Tasks > Back Up. The Back Up Database (General Page) dialog will be displayed.
  5. Specify a Name and Destination for the backup file, if different from the default name and destination details.

    Note

    Write down the name and destination details.

 

  1. Select the Options page.
  2. Tick: Overwrite all existing backup sets
  3. Tick: Verify backup when finished
  4. Click the OK button. The backup will be performed.
  5. Click the OK button to close the message prompt.
  6. Close SQL Server Management Studio Express.
  7. Browse to the backup location (as detailed in Point 5 above).
  8. Copy the backup file to a secure location.

    Example: A typical example is to backup the database file (.bak file) to the following folder location: \[tfs folder]\Service\tfsBackup_[todaysDate]

Restore a Backup

The following procedure restores a backup of the TFS database.

...