BACK TO INDEX

Win32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics
Collects statistics associated with SQL requests
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AutoParamAttemptsPersecUInt64Number of auto-parameterization attempts.
BatchRequestsPersecUInt64Number of SQL batch requests received by server.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
FailedAutoParamsPersecUInt64Number of failed auto-parameterizations.
ForcedParameterizationsPersecUInt64Number of statements parameterized by forced parameterization per second.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
SafeAutoParamsPersecUInt64Number of safe auto-parameterizations.
SQLAttentionrateUInt64Number of attentions per second.
SQLCompilationsPersecUInt64Number of SQL compilations.
SQLReCompilationsPersecUInt64Number of SQL re-compiles.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
UnsafeAutoParamsPersecUInt64Number of unsafe auto-parameterizations.
SAMPLE DATA INSTANCE
   [Description("Collects statistics associated with SQL requests"): ToInstance Amended, DisplayName("SQLServer:SQL Statistics"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics
   {
    [Description("Number of auto-parameterization attempts."): ToInstance Amended, DisplayName("Auto-Param Attempts/sec"): ToInstance Amended] AutoParamAttemptsPersec = "0";
    [Description("Number of SQL batch requests received by server."): ToInstance Amended, DisplayName("Batch Requests/sec"): ToInstance Amended] BatchRequestsPersec = "0";
    [Description("Number of failed auto-parameterizations."): ToInstance Amended, DisplayName("Failed Auto-Params/sec"): ToInstance Amended] FailedAutoParamsPersec = "0";
    [Description("Number of statements parameterized by forced parameterization per second."): ToInstance Amended, DisplayName("Forced Parameterizations/sec"): ToInstance Amended] ForcedParameterizationsPersec = "0";
    [Description("Number of safe auto-parameterizations."): ToInstance Amended, DisplayName("Safe Auto-Params/sec"): ToInstance Amended] SafeAutoParamsPersec = "0";
    [Description("Number of attentions per second."): ToInstance Amended, DisplayName("SQL Attention rate"): ToInstance Amended] SQLAttentionrate = "0";
    [Description("Number of SQL compilations."): ToInstance Amended, DisplayName("SQL Compilations/sec"): ToInstance Amended] SQLCompilationsPersec = "0";
    [Description("Number of SQL re-compiles."): ToInstance Amended, DisplayName("SQL Re-Compilations/sec"): ToInstance Amended] SQLReCompilationsPersec = "0";
    [Description("Number of unsafe auto-parameterizations."): ToInstance Amended, DisplayName("Unsafe Auto-Params/sec"): ToInstance Amended] UnsafeAutoParamsPersec = "0";
   };