DPA.ProblemSQLStatement
SolarWinds Information Service 2020.2 Schema Documentation
Single problem related to SQL Statement execution
Inheritance
Access control
Operations | Right |
---|---|
read | everyone |
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
ProblemId | System.String | Unique identifier of the problem. | everyone |
DatabaseId | System.Int32 | Reference to Orion.DPA.DatabaseInstance.Id. | everyone |
GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion | everyone |
Category | System.String | Currently SQL only. | everyone |
SqlHash | System.String | SQL hash. | everyone |
SqlText | System.String | SQL text | everyone |
TotalSqlWaitTime | System.Double | Total SQL wait time (across all executions) | everyone |
PercentOfTotalDatabaseWaitTime | System.Double | % of total instance execution time. | everyone |