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

Restoring the SQL databases: Testing the restored database

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.

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 test the restored database

  1. Open SQL Server Management Studio.

  2. Open a new query window.

  3. Type:

    sp_database_check

  4. To run the command, click Execute.Execute

If no errors are returned, the restore was successful. If errors are returned, attempt to restore the databases again.


See also


Topic number: 47010

Applies to: IMPAX 6.5.1 Server Knowledge Base