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
Copy file name to clipboardExpand all lines: support/sql/database-engine/performance/troubleshoot-never-ending-query.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ SQL LogScout captures at least three query plans for each high-CPU consuming que
355
355
356
356
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.
357
357
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:
359
359
360
360
1. Open a previously saved query execution plan file (`.sqlplan`).
361
361
@@ -377,7 +377,7 @@ Follow these steps to [compare execution plans](/sql/relational-databases/perfor
377
377
378
378
1. Look for a missing index recommendation in the query plan and apply any.
379
379
380
-
1. Rewrite the query to simplify it:
380
+
1. Simplify the query:
381
381
382
382
- Use more selective `WHERE` predicates to reduce the data processed up-front.
0 commit comments