InterviewSolution
| 1. |
How To Rebuild Master Databse? |
|
Answer» Master database is system database and it contains INFORMATION about RUNNING server’s configuration. When SQL Server 2005 is installed it usually creates master, model, msdb, TEMPDB RESOURCE and distribution system database by default. Only Master database is the one which is ABSOLUTELY must have database. Without Master database SQL Server cannot be started. This is the reason it is extremely important to backup Master database. Master database is system database and it contains information about running server’s configuration. When SQL Server 2005 is installed it usually creates master, model, msdb, tempdb resource and distribution system database by default. Only Master database is the one which is absolutely must have database. Without Master database SQL Server cannot be started. This is the reason it is extremely important to backup Master database. |
|