IMPAX 6.5.1 Server Knowledge Base home > SQL Server home

Enabling the SQL differential and incremental backup jobs

CAUTION!

CAUTION!

Before enabling any differential and incremental backups, ensure that a complete backup has been run.

This procedure applies to SQL Server 2005 and SQL Server 2008.

Ensure that you are logged on using the AgfaService account; you cannot log into SQL Server Management Studio using the Administrator account.

Differential and incremental backup jobs are installed automatically with the software package. By default, the jobs are disabled. To take advantage of their preconfigured backup schedules, enable the jobs.

Complete and differential backups both start from the beginning of the tape. Ensure that you use different tapes for complete and differential backups. Incremental backups do not require a different tape since that backup appends to the backup at the end of whatever tape is currently in use. To avoid the incremental backup failing due to tape space, periodically change the tape (once a week, for example).

To enable the SQL differential and incremental backup jobs

  1. Open the SQL Server Management Studio.

  2. In the Object Explorer window of Management Studio, expand server > SQL Server Agent > Jobs

    where server is the name of the SQL Server that the program is running under.

  3. For the differential job, right-click schedule_backup_diff and select Enable.

  4. For the differential job, right-click schedule_backup_log and select Enable.

  5. Reschedule the jobs if required.


See also


Topic number: 46986

Applies to: IMPAX 6.5.1 Server Knowledge Base