IMPAX 6.5.1 Server Knowledge Base home > SQL Server home > Restoring the SQL databases

Restoring the SQL databases: Backing up the transaction logs

1. Back up the transaction logs > 2. Restore the master database > 3. Restore the additional databases > 4. Restore transaction logs > 5. Test the restored database

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

Only experienced personnel should restore a database from a backup. Contact your service representative to complete these tasks.

Note:

Note:

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

To back up the transaction logs

  1. Open the SQL Server Management Studio.

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

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

  3. Right-click the database to back up the transaction log for and select Tasks > Back Up.

  4. In the Backup Database dialog, under Backup Type, select Transaction Log.

  5. Under Destination, select the backup type appropriate for the system.

  6. Click Add.

  7. In the Select Backup Destination dialog, select the location to back up the transaction log to and click OK.

  8. Select Options > Overwrite media.

  9. Select Overwrite all existing backup set. Click OK.

The transaction log is backed up. If you have more databases to restore, repeat the procedure to back up the transaction log for each database.


Next, restore the master database.


See also


Topic number: 46998

Applies to: IMPAX 6.5.1 Server Knowledge Base