October 14, 2006 at 9:17 pm
Has someone rebuilt master database? Could you nicely post the detail procedures?
Many thanks in advance.
October 16, 2006 at 7:05 am
Copy SQL Server install CD to the server. (required for the master db rebuild process)
In cluster admin make all sure SQL Server services are down and all connection pools are stopped to the application databases. If not clustered go into Services and stop MSSQLSERVER, MSDTC, SQLServerAgent, MSSEARCH services.
Now we must rebuild an empty master db since it is corrupt. This will also rebuild model and msdb automatically. (this requires the SQL Server install CD to be available on CD or disk. Also, make sure you have the correct edition of SQL server CD Standard or Enterprise edition)
To rebuild the master database for a corrupt master db.
Program Files\Microsoft SQL Server\80\Tools\Binn directory via Start, Run, cmd, navigate to this file and run it. If this is a cluster make sure you are logged onto the server that currently owns the SQL Server services.
6. In the Rebuild Master dialog box, click Rebuild to start the process.
The Rebuild Master utility reinstalls the master,model, msdb, pubs, and northwind databases.
Now you have an empty master/msdb. You must restore them from a valid backup to get the data back into them.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply