recover sql database from mdf and ldf

  1. Anshu_123

    How to Recover SQL Database from MDF and LDF Files?

    In Microsoft SQL Server, the MDF file is the primary database file, and the LDF file is the transaction log file. If your database is deleted, corrupted, or not attaching properly, you can try the following methods. Manual Method: Attach MDF and LDF Files Open SQL Server Management Studio...
Back
Top