How to Rebuild Master database in sql server 2005.
Answer Posted / se
Run Setup.exe to rebuild, 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 2005.
In Sql Server 2000 this was possible withrebuildm.exe tool.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between after and before?
How to test values returned by a subquery with the in operator?
What is a scheduled job or what is a scheduled task?
Tell me what are cursors and when they are useful?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What is the purpose of the model database?
What type of Index will get created after executing the above statement?
What is the difference between coalesce() & isnull()?
How can I create a new template for import ? : sql server management studio
What is the primary use of the model database?
can you instantiate a com object by using t-sql? : Sql server database administration
Explain timestamp datatype?
How many null values we can have in a unique key field in sql server?
What are different types of collation sensitivity?
What is subquery in sql?