SQL Server Database Administrator Question:

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

SQL Server DB Administrator Interview Question
SQL Server DB Administrator Interview Question

Answer:

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.


Previous QuestionNext Question
What is the different types of BACKUPs available in SQL Server?Explain what is a Schema in SQL Server 2005? Explain how to create a new Schema in a Database?