How to recover database from MDF in SQL Server 2005?

后端 未结 9 593
野性不改
野性不改 2021-01-31 11:20

I have an MDF file and no LDF files for a database created in MS SQL Server 2005. When I try to attach the MDF file to a different SQL Server, I get the following error messa

9条回答
  •  你的背包
    2021-01-31 12:02

    Just had this problem myself, but none of the above answers worked for me.

    But instead, I found this which worked a treat and so I thought I'd share this for everyone else:

    http://www.kodyaz.com/articles/sql-server-attach-database-mdf-file.aspx

提交回复
热议问题