If it just backs up TFS occasionally, I just download and install Microsoft® SQL Server® 2008 Management Studio Express .
In SQL Server Management Studio (SSMS) ...
- Connect to " . \ SQLEXPRESS "
- Open the "Databases" node in the tree view on the left
- Right-click on each database with the "TFS" part in its name and select the " Tasks> Backup ... " context menu item
To restore TFS later (for example, with a new installation of Windows), again in SSMS ...
- Connect to " . \ SQLEXPRESS "
- Open the "Databases" node in the tree view on the left
- Right-click on each database with the "TFS" part in its name and select the menu item " Tasks> Restore> Database ... "
source share