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:

load database dbname
	from dump_device
	[ [stripe on stripe_device] ... ] 
	[with [norecovery][, passwd=password]

Where:

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