This topic describes the process for backing up and restoring a Microsoft SQL Server 2008 (MSSQL) database. Backups MUST be done periodically in line with a best practice approach to data security and retention. Contact your IT Support Team for information. Note |
---|
This process and its examples are based on Insula Software recommendations and assumes the use of MSSQL Express. |
For more information about this process, please consult your MSSQL documentation or contact your IT Support Team. Backup a DatabaseThe following procedure backs up the TFS database. Note |
---|
Critical: This MUST be performed on the server/workstation that hosts the TFS database. |
- Open SQL Server Management Studio Express (Start > All Programs > Microsoft SQL Server 2008 > SQL Server Management Studio).
- Login to Microsoft SQL Server.
- In the Object Explorer pane, expand: [server name] > Databases
- 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.
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. |
|