Hi Friends,
(One of my favorite American Series is 24. Recently I have
completed with Season 4 of this series. The seasons story revolves around how Jack Bauer prevents the nuke war on US
Soil.)
After getting start with my first post About Linked Server
which was the first part of three part series. I like to introduce here my next
post in which I want to share one of my personal experiences with you all.
So the question here stands is: How can we restore Master Database (MDB)?
Answer:
- MDB is one of the most important System DB. This DB holds the responsibility to start the SQL Server Instance.
- As we know MDB is the heart of SQL Server in which all the logins, DB Path, LS information are stored in this DB itself.
- So it becomes necessary to backup MDB on regular basis.
Most of the timings restoring MDB come into picture in case
of disaster only. To Restore the MDB we need to follow the below steps:
- Note down the path of the latest MDB backup file
- Take the Server into Single user mode
- Connect the SQL Server
- Restore the MDB with replace
Kindly refer the msdn for more details.
Thanks,
Vikas Sahu