Skip to content

Commit f134a2a

Browse files
committed
remove old comments
1 parent 8bd0586 commit f134a2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This issue can be caused by any of the following underlying problems:
4141
```
4242
4343
1. If the SQL Server Agent service isn't running, start it.
44-
1. Check the jobs and schedules in `msdb` by opening [SQL Server Management Studio (SSMS)](/ssms/install/install) and running the following query: <!-- Check with SME, what the user should do with the output of this query -->
44+
1. Check the jobs and schedules in `msdb` by opening [SQL Server Management Studio (SSMS)](/ssms/install/install) and running the following query:
4545
4646
```tsql
4747
USE msdb;
@@ -93,7 +93,6 @@ This issue can be caused by any of the following underlying problems:
9393
9494
Inspect the query results for `QUERY_PROCESSING`, `RESOURCE`, and `SYSTEM` components. Look for thread exhaustion, memory pressure, or CPU issues. If you identify any issues resolve them by following the guidance provided in [Troubleshooting SQL Agent Issues](/to-do). <!--Fill in this link one the doc is published -->
9595
96-
<!-- Check with SME what the user should do if they identify any thread exhaustion, memory pressure, or CPU issues -->
9796
9897
1. If you can't resolve blocking, hangs, or worker exhaustion, restart the SQL Server Agent by running the following commands in PowerShell:
9998

0 commit comments

Comments
 (0)