Question:What is the function of DBCC CHECKDB command in SQL Server 2008?
A It checks the allocation of all the objects in the specified database.
B It checks the structural integrity of all the objects in the specified database.
C t checks for consistency in and between system tables in the specified database.
D It checks the consistency of disk space allocation structures of a specified database.
+ AnswerA B D
+ Report