Home » Blog » Topic » How to Restore Corrupt Master Database in SQL Server

How to Restore Corrupt Master Database in SQL Server

Lincoln Burrows ~ Modified: June 18th, 2016 ~ ~ 1 Minute Reading

Home Forums How to Restore Corrupt Master Database in SQL Server

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2279 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    My master database got corrupted, how can I restore corrupted master database in SQL Server

    #2283 Score: 0
    Kerry Morris
    Moderator
    33 pts

    Do you have backup of master database?

    #2291 Score: 0
    Stephen West
    Moderator
    4 pts

    That is the first question. Do you have a master backup? The easiest way that i know is to install a new instance restore the master backup and attach the databases.

    #2309 Score: 0
    Barry Alllen
    Moderator
    25 pts

    Copy the MDF and LDF files from the binn (templates) folder and paste them in the data folder and after that open in master only mode and restore the backup which you have and change the path of other databases if required.

    #2316 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    Yes, I have the backup

    #2333 Score: 0
    Henry Davidson
    Moderator
    31 pts

    When master gets corrupted. You can rebuild it if you don’t have backup

    #2336 Score: 0
    Michael Scofield
    Moderator
    20 pts

    Restore master database from latest backup by the master restoration process. Rebuilding master is not recommended as it would loose logins and multiple other DB objects.

    #2381 Score: 0
    Dexter Morgan
    Moderator
    38 pts

    Two ways recover the master database
    1.Restore the master database
    2.Rebuild the master database

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.