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
Can we use where clause with group by?
Which Model uses the SET concept
How do you run a trace?
Write down the syntax and an example for create, rename and delete index?
What is the difference between a fill factor of 100 and 0?
What are different types of replication in sql server?
What are temporal tables in sql server 2016?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What is default port number for sql server 2000?
What is the difference between char, varchar and nvarchar?
What are ddl (data definition language) statements for tables in ms sql server?
How do I make a resultset scrollable?
Do you know what are different types of replication in sql server?
1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
Can you explain different types of locks in sql server?