You may occasionally need to perform maintenance tasks on dbccdb.
sp_dbcc_evaluatedb – recommends values for configuration parameters using the results of previous dbcc checkstorage operations.
sp_dbcc_updateconfig – updates the configuration parameters for the specified database.
sp_dbcc_deletedb – deletes all the information on the specified database from dbccdb.
sp_dbcc_deletehistory – deletes the results of the dbcc checkstorage operations on the specified database from dbccdb.
Remove unnecessary workspaces.
Perform consistency checks on dbccdb itself.