Skip to content

Commit 09bf55f

Browse files
committed
pr feedback
1 parent 497b75e commit 09bf55f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

support/sql/database-engine/agent/job-failed-error-258.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,9 @@ This issue can be caused by any of the following underlying problems:
7979
```
8080
8181
1. If blocking sessions are found, investigate the blocking query using `sys.dm_exec_requests` and `sys.dm_exec_sql_text`. Then, resolve or kill the blocking session.
82-
1. Check the system health extended events for any worker, thread, or resource issues by running the following query in SSMS:
82+
1. Check the system health extended events for any worker, thread, or resource issues by running the queries provided in [Understand and resolve SQL Server blocking problems](/troubleshoot/sql/database-engine/performance/understand-resolve-blocking).
8383
84-
```tsql
85-
?????
86-
```
87-
88-
Inspect the query results for `QUERY_PROCESSING`, `RESOURCE`, and `SYSTEM` components. Look for thread exhaustion, memory pressure, or CPU issues.
84+
Inspect the query results for `QUERY_PROCESSING`, `RESOURCE`, and `SYSTEM` components. Look for thread exhaustion, memory pressure, or CPU issues. For guidance on analyzing the system health extended events, see [Use the system_health session](/sql/relational-databases/extended-events/use-the-system-health-session).
8985
9086
<!-- Check with SME what the user should do if they identify any thread exhaustion, memory pressure, or CPU issues -->
9187

0 commit comments

Comments
 (0)