Skip to content

Commit 244d749

Browse files
committed
capitalization
1 parent f1736ec commit 244d749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-sql/identify-query-performance-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can use [Intelligent Insights](database/intelligent-insights-troubleshoot-pe
2727

2828
- Locks (blocking)
2929
- I/O
30-
- Contention related to TempDB usage
30+
- Contention related to tempdb usage
3131
- Memory grant waits
3232

3333
## Compilation problems resulting in a suboptimal query plan
@@ -187,9 +187,9 @@ Once you have eliminated a suboptimal plan and *Waiting-related* problems that a
187187
- **IO problems**
188188

189189
Queries might be waiting for the pages to be written to the data or log files. In this case, check the `INSTANCE_LOG_RATE_GOVERNOR`, `WRITE_LOG`, or `PAGEIOLATCH_*` wait statistics in the DMV. See using DMVs to [identify IO performance issues](database/monitoring-with-dmvs.md#identify-io-performance-issues).
190-
- **TempDB problems**
190+
- **Tempdb problems**
191191

192-
If the workload uses temporary tables or there are TempDB spills in the plans, the queries might have a problem with TempDB throughput. See using DMVs to [identity TempDB issues](database/monitoring-with-dmvs.md#identify-tempdb-performance-issues).
192+
If the workload uses temporary tables or there are tempdb spills in the plans, the queries might have a problem with tempdb throughput. See using DMVs to [identity tempdb issues](database/monitoring-with-dmvs.md#identify-tempdb-performance-issues).
193193
- **Memory-related problems**
194194

195195
If the workload doesn't have enough memory, the page life expectancy might drop, or the queries might get less memory than they need. In some cases, built-in intelligence in Query Optimizer will fix memory-related problems. See using DMVs to [identify memory grant issues](database/monitoring-with-dmvs.md#identify-memory-grant-wait-performance-issues). For more information and sample queries, see [Troubleshoot out of memory errors with Azure SQL Database](database/troubleshoot-memory-errors-issues.md).

0 commit comments

Comments
 (0)