What is the use of DBCC commands?
Bhasker Das
These are used for Database maintenance
For more Interview questions on SQL Server Check Out SQL Server Questions
DBCC (Database Consistency Checker) commands as the name suggests are used to check the consistency of SQL databases.
I think the link below will help you as it lists a few of them.
http://www.sql-server-performance.com/dbcc_commands.asp
Regards.