Skip to content

Commit 86dcef0

Browse files
committed
remove old bookmark
1 parent 61a9a9d commit 86dcef0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ To troubleshoot queries that are long because of waits, see the following articl
128128

129129
[!INCLUDE [collect query data and logical reads](../../includes/performance/diagnose-waits-or-bottlenecks.md)]
130130

131-
For more information about how to diagnose waits, see [Diagnose waits or bottlenecks](#diagnose-waits-or-bottlenecks).
132-
133131
#### Long compilation time
134132

135133
On rare occasions, you might observe that the CPU usage increases continuously over time but isn't driven by the query run. Instead, an excessively long compilation (the parsing and compiling of a query) might be the cause. In these cases, check the `transaction_name` output column for a value of `sqlsource_transform`. This transaction name indicates a compilation.

0 commit comments

Comments
 (0)