Restore from System backup without bak file?

  • Can I recover a database using only the system backups of the .MDF and .LDF files? Would I use attach database or try to slip the files into place with SQL Server stopped. (Of course, all of my databases have SQL backups but I might need to bail out a coworker.)

  • When you backup system files do you backup open files? If not you may find they where skipped by the backup.

    Steven

  • But as for answer to what to do. If you have good system files then yes sp_attach_db or sp_attach_single_file_db if the LDF has any issues.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply