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.

Syntax

sp_dbcc_fullreport [dbname [, objectname [, date]]]

Parameters

Examples

Usage

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

See also dbcc in Reference Manual: Commands.

Permissions

The permission checks for sp_dbcc_fullreport 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_fullreport.

Related reference
sp_dbcc_configreport
sp_dbcc_faultreport
sp_dbcc_statisticsreport
sp_dbcc_summaryreport
sp_dbcc_updateconfig