You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,7 +107,7 @@ This issue can be caused by any of the following underlying problems:
107
107
GO
108
108
```
109
109
110
-
* To identify the query associated with a blocking session run the following query in SSMS:
110
+
- To identify the query associated with a blocking session run the following query in SSMS:
111
111
112
112
```tsql
113
113
SELECT
@@ -209,28 +209,28 @@ This issue can be caused by any of the following underlying problems:
209
209
210
210
Investigate the output of the health check query for any of the following problems using the given symptoms:
211
211
212
-
* Worker thread pressure:
213
-
* Worker exhaustion, for example `Workers: 512/512`.
214
-
* `WorkQueue` is greater than zero, indicating that tasks are waiting and the system is overloaded.
215
-
* CPU pressure:
216
-
* `RunnableTasks` is greater than zero, indicating there's a CPU bottleneck.
217
-
* Memory pressure:
218
-
* `Memory state` is `LOW`, indicating the overall system is low on memory.
219
-
* A low value for `AvailableMB`, indicating high memory usage for SQL Server.
220
-
* A `PLE` value less than 300, indicating high memory churn.
212
+
- Worker thread pressure:
213
+
- Worker exhaustion, for example `Workers: 512/512`.
214
+
- `WorkQueue` is greater than zero, indicating that tasks are waiting and the system is overloaded.
215
+
- CPU pressure:
216
+
- `RunnableTasks` is greater than zero, indicating there's a CPU bottleneck.
217
+
- Memory pressure:
218
+
- `Memory state` is `LOW`, indicating the overall system is low on memory.
219
+
- A low value for `AvailableMB`, indicating high memory usage for SQL Server.
220
+
- A `PLE` value less than 300, indicating high memory churn.
221
221
1. If you identified any worker, CPU, or memory problems in the previous step, reduce your current workload to resolve them. If you didn't identify any worker, CPU, or memory problems, proceed to the next step.
222
222
1. Restart the SQL Server Agent by running one of the the following PowerShell commands:
223
223
224
224
> [!IMPORTANT]
225
225
> Restarting the SQL Server Agent interrupts any currently running jobs.
0 commit comments