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



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

Answer / 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

More SQL Server Interview Questions

What is stretch database in sql server?

0 Answers  


Can select statements be used on views in ms sql server?

0 Answers  


what is difference between primary key and Unique

8 Answers  


How do triggers work?

0 Answers  


When would you use it?

0 Answers  






What is @@error in sql?

0 Answers  


Can we insert data into view sql server?

0 Answers  


How to delete multiple rows with one delete statement in ms sql server?

0 Answers  


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


What is a db view?

0 Answers  


How to use wildcard characters in like operations in ms sql server?

0 Answers  


what is memory-optimized nonclustered indexes

0 Answers  


Categories