Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » Database maintenance » Backup and data recovery » Database recovery

 

Restoring from an image backup

Restore a database from an image backup.

Prérequis

You must not have any incremental backups of the transaction log that need to be applied as part of the recovery process.

 Task
  1. Copy the database files back to their original location. For example, run the following command:

    copy C:\\temp\\backup\\demo.* C:\\Users\\Public\\Documents\\SQL Anywhere 16\\Samples
  2. Restart the database server.

Résultat

The database is restored.

 See also