Skip to content

Commit 24cc889

Browse files
committed
minor language cleanup
1 parent 424bb9f commit 24cc889

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
@@ -347,7 +347,7 @@ You can use [SQL LogScout](https://github.com/microsoft/SQL_LogScout/releases) t
347347
```
348348
349349
> [!NOTE]
350-
> This log capture requires that the long query consumes at least 60 seconds of CPU, in order to capture logs.
350+
> This log capture requires that the long query consumes at least 60 seconds of CPU time, in order to capture logs.
351351
352352
SQL LogScout captures at least three query plans for each high-CPU consuming query. You can find file names titled similar to `servername_datetime_NeverEnding_statistics_QueryPlansXml_Startup_sessionId_#.sqlplan`. You can use these files in the next step when you review plans to identify the reason for long query execution.
353353

0 commit comments

Comments
 (0)