• betty_bakke (3/29/2014)


    Hello,

    Through a manual solution you can restore data from your corrupted .mdf database. It can be done by executing DBCC CHECKDB and DBCC DBREPAIR statements in MS SQL Server as a new query. For step by step process to execute these statements, you can refer to this blog post: Recover corrupted MDF File[/url]. 🙂

    NOTE that DBCC DBREPAIR is not recommended. I would be very careful about using any of these tools.