Load the most recent backup of the master database.
For example, on UNIX platforms, use:
load database master from "/dev/nrmt4"
On Windows, use:
load database master from "\\.\TAPE0"
See Chapter 12, “Backing Up and Restoring User Databases,” for information on command syntax.
After load database completes successfully, Adaptive Server shuts down. Watch for any error messages during the load and shut down processes.