| sp_dbcc_alterws | sp_dbcc_alterws - Changes the size of the specified workspace to a specified value, and initializes the workspace. sp_dbcc_alterws dbname, wsname, "wssize[K|M]" |
| sp_dbcc_configreport | sp_dbcc_configreport - Generates a report that describes the configuration information used by the dbcc checkstorage operation for the specified database. sp_dbcc_configreport [dbname] |
| sp_dbcc_createws | sp_dbcc_createws - Creates a workspace of the specified type and size on the specified segment and database. sp_dbcc_createws dbname, segname, [wsname], wstype, "wssize[K|M]" |
| sp_dbcc_deletedb | sp_dbcc_deletedb - Deletes from dbccdb all the information related to the specified target database. sp_dbcc_deletedb [dbname] |
| sp_dbcc_deletehistory | sp_dbcc_deletehistory - Deletes the results of dbcc checkstorage operations performed on the target database before the specified date and time. sp_dbcc_deletehistory [cutoffdate [, dbname]] |
| sp_dbcc_differentialreport | sp_dbcc_differentialreport - Generates a report that highlights the changes I/O statistics and faults that took place between two dbcc operations. sp_dbcc_differentialreport [dbname [, objectname]], [db_op] [, "date1" [, "date2"]] |
| sp_dbcc_evaluatedb | sp_dbcc_evaluatedb - Recomputes configuration information for the target database and compares it to the current configuration information. sp_dbcc_evaluatedb [dbname] |
| sp_dbcc_faultreport | sp_dbcc_faultreport - Generates a report covering fault statistics for the dbcc checkstorage operations performed for the specified object in the target database on the specified date. sp_dbcc_faultreport [dbname [, objectname [, date [, "short" | "long"]]]] |
| sp_dbcc_fullreport | sp_dbcc_fullreport - Runs sp_dbcc_summaryreport, sp_dbcc_configreport, sp_dbcc_statisticsreport, and sp_dbcc_faultreport short for database..object_name on or before the specified date. sp_dbcc_fullreport [dbname [, objectname [, date]]] |
| sp_dbcc_runcheck | sp_dbcc_runcheck - Runs dbcc checkstorage on the specified database, and then runs sp_dbcc_summaryreport or a report you specify. sp_dbcc_runcheck dbname [, user_proc] |
| sp_dbcc_statisticsreport | sp_dbcc_statisticsreport - Generates an allocation statistics report on the specified object in the target database. sp_dbcc_statisticsreport [dbname [, objectname [, date]]] |
| sp_dbcc_summaryreport | sp_dbcc_summaryreport - Generates a summary report on the specified database. sp_dbcc_summaryreport [dbname [, date]] |
| sp_dbcc_updateconfig | sp_dbcc_updateconfig - Updates the dbcc_config table in dbccdb with the configuration information of the target database. sp_dbcc_updateconfig dbname, type, "str1" [, "str2"] |