It has often been asked if the Doors.NET SQL database can be backed up to a custom location such as a network drive or a USB stick.
By default the backup file is created in C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Backup when you click the backup icon in the user interface.
It is possible via SQL Studio Manager but ONLY when using Server Express 2012. There is not a way to specify a custom database location in SQL 2005 Studio Manager. If you want to change the default location when using SQL Server 2005 then you will need to alter some registry settings but this should only be done by IT professionals.
The registry keys are:
For 32 bit OS:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\BackupDirectory
For 64 bit OS:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\BackupDirectory
You will need to restart SQL to have the changes applied.
Backup Utility in License Manager
It is also possible to change the database location if you are using version 3.5.1.21 of Doors.NET. This is performed via the License Manager and is completely supported regardless of which version of SQL Server you are using. Click here for detailed instructions.
Changing the backup location using Server 2012