Materializing an archive database

An archive database is a placeholder that is useful only once it has been loaded with a database dump. The load process does not actually copy pages, however, it materializes the database using page mapping.

Use the load database command to materialize an archive database. The syntax is:

load database <db name>
      from <dump device>
      [ [stripe on <stripe device>] ... ] 
      [with [norecovery,][passwd=<password>]

where:

NoteYou do not need to have Backup Server running when loading a dump into an archive database.