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
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
What is store procedure?
How can we solve concurrency problems?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What are the new features are introduced in sql server 2012 reporting services?
What is an indexing technique?
What are the disadvantages of merge replication?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
How to list all tables in the database using odbc_tables()?
What is merge join?
What is function of ROLLUP ?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
Which is the main third-party tool used in sql server?
What is constraints and its types?
What is in place upgrade in sql server?