How do you use DBCC statements to monitor various aspects of
a SQL server installation?

Answer Posted / thiyagaraj.ramaswamy

DBCC stands for database consistency checker. We use these
commands to check the consistency of the databases, i.e.,
maintenance, validation task and status checks.DBCC
CHECKDB - Ensures that tables in the db and the indexes are
correctly linked.and DBCC CHECKALLOC To check that all
pages in a db are correctly allocated. DBCC SQLPERF - It
gives report on current usage of transaction log in
percentage. DBCC CHECKFILEGROUP - Checks all tables file
group for any damage.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When to use Inner join & when to use subquery?

756


What is reference section?

677


How to make conditional sum in ssrs?

148


What is the name of reporting services config file and what’s it’s used for?

119


write an SQL query to list the employees who joined in the month of January?

1386


What is de-normalization in sql database administration? Give examples?

718


How to enter date and time literals in ms sql server?

687


What do you understand by intent locks?

754


What is the difference between varchar and nvarchar?

689


What do you understand by mirroring?

748


Explain what are the different index configurations a table can have?

866


What stored by the tempdb ? : sql server database administration

769


Tell me the phases a transaction has to undergo?

721


What is the command dbcc checkdb used for?

718


What is row_number()?

773