Error: Directory lookup for the file ...... failed
Hi there,
We have a DB on a server, we backed up the DB using: SSMS by selecting the DB in question, tasks, back up, then back up the DB to a file called my Backup
Then to restore the backed up database on my server, I do this in
SSMS: in Databases I do: Restore,
in To Database: I specify: MyBackedUpDatabase
I check : from device, then I specify the path to my file back up
called : backup
But I get this error:
Restore failed for Server 'ABC'. (Microsoft.SqlServer.Smo)
System.Data.SqlClient.SqlError: Directory lookup for the file "D:\Databases\Microsoft SQL Server\MSSQL.1\MSSQL\Data\OrleansEcomm.mdf" failed with the operating system error 21(error not found). (Microsoft.SqlServer.Smo)
Merci (thank)




Reply With Quote