Restoring a database backup
Because DT Practice utilizes a Microsoft SQL database, there are special considerations when restoring a backup of a database. The procedure below outlines how to restore a database through the DT Practice application.
To restore a DT Practice database, follow these steps.
- Copy the backup file to any location on your database server.note
- To restore a SQL database, the backup file must reside on the database server.
- After you make a backup, you may need to place the.BDFfile within your SQL data structure — and not in the root of C: on the server — before you try to restore it. The default path isC:/Program Files (x86)/Microsoft SQL Server/MSSQL_10_50.xxx/MSSQL/Data.
- ChooseFile>Restore.
- In theBackup file\directoryfield, enter the path, and optionally, the file name, of the database backup, or select the More
button and navigate to the file.
note- Backup files have a file extension ofBDForBAK.
- The backup file must be saved on the drive where SQL is installed.
- Enter a new name for the database in theNew Firm namefield.note
- It is necessary to enter a new name for the database, because the application does not overwrite existing databases and does not allow two firm databases with the same name.
- If you do want to restore a database using the same name as an existing database, you must first open the existing database, delete it (File>Delete Firm), open another database (such as Sample), chooseFile>Restore, and select the database you want to restore.
- From the list at the bottom of theRestoredialog, select the database you want to restore.
- SelectOK.
- At the confirmation that the database has been restored, selectOK.