Home

Restore DB from .BAK file fails

LinqPad 6
Using backup/restore to copy a dev database from our server to my local machine. Backup is no problem, but restore fails with 'no database specified' error.

Command: RESTORE DATABASE [Management]
FROM DISK = N'C:\Databases_2021_Jan_14\Databases_2021_Jan_14\management.BAK'

Clearly,I've identified the database as Management. Or, that's what I think it's saying. And, I'm doing the restore from a backup file on my C: drive.

Might somebody have some insight on this? I'd really appreciate it.

Comments

Sign In or Register to comment.