I have SQL2005 express running in a VM session. My client has sent me a backup of his database. I copy the backup to a local directory c:\databases. Right-clicking on the +Databases branch brings up the Restore Database dialog UI. I specify the source of the backup as FROM DEVICE, navigate to by backup file and ADD it. I click on the restore check box and type ine a new database name for the RESTORE TO option.
My restore fails with the following message:
Restore failed for Server 'VIRTUAL-BASE'. (Microsoft.SqlServer.Smo)
Additional Information:
System.Client.SqlClientSqlError: Directory lookup for the file "S:\SQL\Data\dbPaintKR.mdf" failed with the operating system error 3(The system cannot find the path specified.) (Microsoft.SqlServer.Smo)
Online help is of no use for this. What am I missing and how do I proceed?
My restore fails with the following message:
Restore failed for Server 'VIRTUAL-BASE'. (Microsoft.SqlServer.Smo)
Additional Information:
System.Client.SqlClientSqlError: Directory lookup for the file "S:\SQL\Data\dbPaintKR.mdf" failed with the operating system error 3(The system cannot find the path specified.) (Microsoft.SqlServer.Smo)
Online help is of no use for this. What am I missing and how do I proceed?