5.8
Table Of Contents
- VMware vRealize Configuration Manager Backup and Disaster Recovery Guide
GO
5. Type the following commands to restore the VCM_Coll database and click Execute:
RESTORE DATABASE [VCM_Coll]
FROM DISK = N'E:\Backup\VCM_Coll\VCM_Coll_backup_201003021337.bak
WITH FILE=1, NOUNLOAD, REPLACE, STATS = 10
GO
6. Type the following commands to drop the definition of the VCM_Raw database.
IF EXISTS (SELECT name FROM sys.databases WHERE name = N'VCM_Raw')
DROP DATABASE [VCM_Raw]
The VCM_Raw database is used as a temporary database, and is re-created during VCMī ±installation.
Restoring the Databases
VMware, Inc.
39