How to Rebuild the Master Database in SQL Server ?

Master database is a system database and it contains information about running server’s configuration. When SQL Server is installed, it usually creates master, model, msdb, tempdb, resourcedb and the distribution system database by default.

Only the Master database is the one that is absolutely a must-have database. Without the Master database, the SQL Server cannot be started. This is the reason why it is extremely important to back up the Master database.

To rebuild the Master database, run Setup.exe, verify, and repair a SQL Server instance, and rebuild the system databases. This procedure is most often used to rebuild the master database for a corrupted installation of SQL Server.



You May Interest

Changing Column Name of MS SQL Table with Query

What is the Difference Between Clustered and a Non-clustered Inde ...

What are Sparse Columns in SQL Server ?

What is a View in SQL Server ?

What are The Different Backup Options With SQL Server ?