sp_dbcc_configreport

Generates a report that describes the configuration information used by the dbcc checkstorage operation for the specified database.

Syntax

sp_dbcc_configreport [dbname]

Parameters

Examples

Usage

There are additional considerations when using sp_dbcc_configreport:
  • sp_dbcc_configreport generates a report that describes the configuration information used by dbcc operations for the specified database. This information is stored in the dbcc_config table.

  • To evaluate the most current configuration parameters, run sp_dbcc_updateconfig before running sp_dbcc_configreport.

  • To change the configuration values for a workspace, use sp_dbcc_alterws.

See also dbcc in Reference Manual: Commands.

Permissions

The permission checks for sp_dbcc_configreport differ based on your granular permissions settings.

SettingDescription
Enabled

With granular permissions enabled, you must be the database owner of dbccdb (or dbccalt), or have the report checkstorage privilege on the specified database.

Disabled

With granular permissions disabled, any valid user for the database name specified can run sp_dbcc_configreport.

Related reference
sp_dbcc_alterws
sp_dbcc_fullreport
sp_dbcc_statisticsreport
sp_dbcc_summaryreport
sp_dbcc_updateconfig