Show TOC

Restoring from an Image BackupLocate this document in the navigation structure

Restore a database from an image backup.

Prerequisites

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

Procedure

  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.

Results

The database is restored.