Restores a database using an existing backup from a dump device. Set the properties of a created Backup object as desired and pass it to the Load method.
Database.Load ( [LoadSpec :=] Backup )
HRESULT pDatabase->Load ( LPSQLOLEBACKUP pBackup );
Element | Type | Description |
---|
Backup | Backup | Created Backup object that specifies how to execute database backup |
LOAD DATABASE