Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maps SQL Server performance counter names to the Precise PMDB tables and columns.

Column NameColumn Description
SQPC_OBJECT_NAMEName of the performance Group as it appears in Microsoft SQL Server.
SQPC_COUNTER_NAMEName of the performance Counter as it appears in Microsoft SQL Server.
SQPC_INSTANCE_NAMEName of the performance Instance as it appears in Microsoft SQL Server.
SQPC_TABLE_NAMEName of the table in the Precise PMDB, which holds the value.
SQPC_COLUMN_NAMEName of the column in the Precise PMDB, which holds the value.
SQPC_SCALEThe scale of the value, in case it shows with other statistics.
SQPC_FROM_VERSIONCounter from based on MS-SQL version.
SQPC_TILL_VERSIONCounter till based on MS-SQL version.

PW_SQNK_NETWORK_T

Holds information on network activities of the SQL Server instance.

Column NameColumn Description
SQNK_PWII_INSTANCE_IDID of the SQL Server instance.
SQNK_PWII_INSTANCE_NAMEName of the network interface card.
SQNK_TIMESTAMPDate and time the statistic was sampled. On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQNK_PWHG_ID should be used.
SQNK_PWHG_IDHour group ID.
SQNK_MINUTES_COUNT_SUMThe timeframe needed to calculated the row, in minutes.
SQNK_OUTPUT_QUEUE_LENGTH_AVGThe average length of the output packet queue (in packets). If this is longer than 2, delays are being experienced and the bottleneck should be found and eliminated if possible. Because the requests are queued by NDIS in this implementation, this will always be 0.
SQNK_OUTPUT_QUEUE_LENGTH_MAXThe maximum length of the output packet queue (in packets). If this is longer than 2, delays are being experienced and the bottleneck should be found and eliminated if possible. Because the requests are queued by NDIS in this implementation, this will always be 0.
SQNK_PACKETS_SENT_AVGThe average rate at which packets are sent on the network interface.
SQNK_PACKETS_SENT_MAXThe highest rate at which packets are sent on the network interface.
SQNK_PACKETS_RECEIVED_AVGThe average rate at which packets are received on the network interface.
SQNK_PACKETS_RECEIVED_MAXThe highest rate at which packets are received on the network interface.
SQNK_BYTES_SENT_AVGThe average rate at which bytes are sent on the interface, including framing characters.
SQNK_BYTES_SENT_MAXThe highest rate at which bytes are sent on the interface, including framing characters.
SQNK_BYTES_RECEIVED_AVGThe average rate at which bytes are received on the interface, including framing characters.
SQNK_BYTES_RECEIVED_MAXThe highest rate at which bytes are received on the interface, including framing characters.
SQNK_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
SQNK_ROWIDUnique row number.

PW_SQJS_JOBS_STATS_D

Holds information on the SQL Server instance jobs.

Info

The _D table summarizes the data per day.

The _W table summarizes the data per week.

The _M table summarizes the data per month.

Column NameColumn Description
SQJS_PWII_INSTANCE_IDID of the SQL Server instance.
SQJS_TIMESTAMPDate and time the statistic was sampled. On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQJS_PWHG_ID should be used.
SQJS_PWHG_IDHour group ID.
SQJS_MINUTES_COUNT_SUMThe timeframe needed to calculated the row, in minutes.
SQJS_JOB_NAMEName of the job.
SQJS_JOB_IDID of the job, normalized in table PW_SQE3_ERP_IDENTIFIERS3_N.
SQJS_DURATION_SUMTotal elapsed time. This counter is reported by the SQL Server and not by the I4SQL collector.
SQJS_EXECUTION_SUMTotal number of job executions.
SQJS_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
SQJS_ROWIDUnique row number.

PW_SQJT_JOBS_STEPS_STATS_D

Holds information on the SQL Server instance job steps.

Info

The _D table summarizes the data per day.

The _W table summarizes the data per week.

The _M table summarizes the data per month.

Column NameColumn Description
SQJT_PWII_INSTANCE_IDID of the SQL Server instance.
SQJT_TIMESTAMPDate and time the statistic was sampled. On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQJT_PWHG_ID should be used.
SQJT_PWHG_IDHour group ID.
SQJT_MINUTES_COUNT_SUMThe timeframe needed to calculated the row, in minutes.
SQJT_JOB_NAMEName of the job.
SQJT_JOB_IDID of the job, normalized in table PW_SQE3_ERP_IDENTIFIERS3_N.
SQJT_STEP_IDID of the step, normalized in table PW_SQE4_ERP_IDENTIFIERS4_N.
SQJT_DURATION_SUMTotal elapsed time. This counter is reported by the SQL Server and not by the Precise for SQL Server Collector agent.
SQJT_EXECUTION_SUMTotal number of job executions.
SQJT_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
SQJT_ROWIDUnique row number.

PW_SQCJ_MTNC_CHANGE_JOB

Holds information on the SQL Server instance MTNC job changes.

Column NameColumn Description
SQCJ_PWII_INSTANCE_IDID of the SQL Server instance.
SQCJ_JOB_NAMENumber of the job that was changed.
SQCJ_ENABLEDJob status.
SQCJ_START_STEP_NAMEName of the first step that should run.
SQCJ_CATEGORY_NAMEThe job's category name.
SQCJ_OWNER_NAMEThe job's owner.
SQCJ_EVENT_LOG_NOTIFY_LEVELWhen to write to log.
SQCJ_EMAIL_NOTIFY_LEVELWhen to E-mail.
SQCJ_NET_SEND_NOTIFY_LEVELWhen to send net.
SQCJ_PAGE_NOTIFY_LEVELWhen to page.
SQCJ_EMAIL_OPERATOR_NAMETo whom to send E-mail.
SQCJ_NET_SEND_OPERATOR_NAMETo whom to send net.
SQCJ_PAGE_OPERATOR_NAMETo whom to page.
SQCJ_DELETE_LEVELWhen to do automatic delete.

PW_SQCT_MTNC_CHANGE_STEP

Holds information on the SQL Server instance MTNC job step changes.

Column NameColumn Description
SQCT_PWII_INSTANCE_IDID of the SQL Server instance.
SQCT_JOB_NAMENumber of the job that was changed.
SQCT_STEP_NAMEJob step name.
SQCT_SUB_SYSTEM_NAMEName of the subsystem used by the SQL Server Agent to execute the job step.
SQCT_COMMAND_TEXTCommand to be executed.
SQCT_ON_SUCCESS_ACTIONAction to be performed when a step is executed successfully.
SQCT_ON_SUCCESS_NEXT_STEP_NAMEThe name of the next step to execute when a step name executed successfully.
SQCT_ON_FAIL_ACTIONAction to be performed when a step is not executed successfully.
SQCT_ON_FAIL_NEXT_STEP_NAMEThe name of the next step to to execute when a step is not executed successfully.
SQCT_DATABASE_NAMEName of the database in which the command is executed.
SQCT_DATABASE_USER_NAMEName of the database user whose account will be used when executing the step.
SQCT_RETRY_ATTEMPTSNumber of retry attempts made if the step fails.
SQCT_RETRY_INTERVALAmount of time to wait between retry attempts.






Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse