Backup Database

The Backup Database feature allows you to create a backup of your database that can then be retrieved in case of data loss. You can add security to the backup file by requiring a password to restore it. You can also setup the system to remind you to backup periodically, or automatically backup.

Only users who have backup permissions set in SQL Server Management Studio security can perform backups. Users must be a member of the sysadmin SQL Server group if logging in using LAN access. If logging using remote access, no special permissions are required.

Note: It is a good idea to back up your data to a removable medium such as a CD-ROM or tape drive.

The screen appears similar to the following:

Backup Options

Use the following fields to configure your backup options:

Note: Often an effective strategy is to perform full backups once a week and incremental backups during the week.

Backup Reminders

Restoring the Database

To restore the database from a backup, you must exit Compeat and perform the task through SQL Server Management Studio. See SQL Server Management Studio documentation for instructions.