How to Rebuild Master database in sql server 2005.
Answer Posted / sunilkumar
run rebuildm.exe..if you dont have taht please download
that exe and run on the database.it will repair the master
database
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between delete,drop and truncate in SQL Server?
Explain the concept of view and Types of views in SQL server?
Why I can not enter 0.001 second in date and time literals in ms sql server?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
what is the system function to get current user's user id? : Sql server database administration
What are the advantages of user-defined functions over stored procedures in sql server?
List some case manipulation functions in sql?
what is denormalization and when would you go for it? : Sql server database administration
What happens if the update subquery returns multiple rows in ms sql server?
What are pages and extents? : SQL Server Architecture
Tell me the difference between clustered and non-clustered index?
Tell me what is the significance of null value and why should we avoid permitting null values?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
How do database indexes work?
How to identify current user in ssrs report?