QUESTION POSED ON: 19 December 2005
I am trying to restore a database, but I keep getting the following error:
Server: Msg 3201, Level 16, State 2, Line 1
Cannot open backup device 'D:mssqlbackupMYPalma.bak'. Device error or device off-line. See the SQL Server error log for more details.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
The log file displays the following error:
2005-12-11 14:19:58.26 spid102 BackupDiskFile::OpenMedia: Backup device 'd:radhapalmaMYPalma.bak' failed to open. Operating system error = 2(The system cannot find the file specified.).
2005-12-11 14:21:30.31 spid102 BackupDiskFile::OpenMedia: Backup device 'c:palmaMYPalma.bak' failed to open. Operating system error = 2(The system cannot find the file specified.).
2005-12-11 14:36:19.37 spid102 BackupDiskFile::OpenMedia: Backup device 'd:radhaMYPalma.bak' failed to open. Operating system error = 2(The system cannot find the file specified.).
However, I have restored many databases and I recall something like this working just fine:
restore database Try_Palma from disk = 'D:mssqlbackupMYPalma.bak'
Now, it's just not working. What could be the problem?
|