Skip to content

Commit 424bb9f

Browse files
committed
minor typo
1 parent 55fce4a commit 424bb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/database-engine/performance/troubleshoot-never-ending-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If the slow query has:
107107
- Minimal or zero wait time
108108
- No wait_type
109109

110-
Then the query is continuously executing. In other words, it's reading rows, joining, processing results, calculating, or formatting all of which are CPU-bound actions.
110+
Then the query is continuously executing. In other words, it's reading rows, joining, processing results, calculating, or formatting, all of which are CPU-bound actions.
111111

112112
> [!NOTE]
113113
> Changes in `logical_reads` aren't relevant in this case as some CPU-bound T-SQL requests might not do any logical reads at all, for example performing computations or a `WHILE` loop.

0 commit comments

Comments
 (0)