Versions Compared

Key

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

...

For more information about this process, please consult your MSSQL documentation or contact your IT Support Team.

Backup a Database

The following procedure backs up the TFS database.

Critical: 

This MUST be performed on the server/workstation that hosts the TFS database.


  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.

...

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.

...