Base type: System.ExtensionEntity
Summary: Single problem related to SQL Statement execution
| Name | Type | Notes |
|---|---|---|
| ProblemId | System.String | Unique identifier of the problem. |
| DatabaseId | System.Int32 | Reference to Orion.DPA.DatabaseInstance.Id. |
| GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion |
| Category | System.String | Currently SQL only. |
| SqlHash | System.String | SQL hash. |
| SqlText | System.String | SQL text |
| TotalSqlWaitTime | System.Double | Total SQL wait time (across all executions) |
| PercentOfTotalDatabaseWaitTime | System.Double | % of total instance execution time. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |