Multiple choice technology databases

Which dbcc command logs records onto dbccdb database

  1. dbcc checkdb

  2. dbcc checkverify

  3. dbcc checkstorage

  4. dbcc checkalloc

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

dbcc checkstorage is the command that logs diagnostic information to the dbccdb database. It performs comprehensive storage analysis including space usage, fragmentation, and integrity checks, storing results for trend analysis.