Not able to restore a vRanger SQL DB to a new machine after performing a backup. When you attempt to do the restore you have no way to point to the .bak file.
|
|
|
Copy the backup file to the local filesystem, and restore directly from this copy.
1. Copy xx.bak to C:\xx.bak on the new vRanger server
2.Open Sql Management Studio Express
3.Syntax Example:
RESTORE DATABASE vRANGERPRO FROM DISK = N'C:\test.bak';