Skip to content

Commit 55fce4a

Browse files
committed
more cleanup
1 parent 2df9b0a commit 55fce4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ SQL LogScout captures at least three query plans for each high-CPU consuming que
355355
356356
This section describes how to review the collected data. It uses the multiple XML query plans (using extension `.sqlplan`) collected in SQL Server 2016 SP1 and later builds and versions.
357357
358-
Follow these steps to [compare execution plans](/sql/relational-databases/performance/compare-execution-plans#to-compare-execution-plans):
358+
[Compare execution plans](/sql/relational-databases/performance/compare-execution-plans#to-compare-execution-plans) using the following steps:
359359
360360
1. Open a previously saved query execution plan file (`.sqlplan`).
361361
@@ -377,7 +377,7 @@ Follow these steps to [compare execution plans](/sql/relational-databases/perfor
377377
378378
1. Look for a missing index recommendation in the query plan and apply any.
379379
380-
1. Rewrite the query to simplify it:
380+
1. Simplify the query:
381381
382382
- Use more selective `WHERE` predicates to reduce the data processed up-front.
383383
- Break it apart.

0 commit comments

Comments
 (0)