As a part of your job, what are the DBCC commands that you commonly use for database maintenance?

Submitted by: Administrator
DBCC CHECKDB,
DBCC CHECKTABLE,
DBCC CHECKCATALOG,
DBCC CHECKALLOC,
DBCC SHOWCONTIG,
DBCC SHRINKDATABASE,
DBCC SHRINKFILE etc.
But there are a whole load of DBCC commands which are very useful for DBAs.
Submitted by:

Read Online SQL Server Database Administrator Job Interview Questions And Answers