Skip to content

Commit e0787e7

Browse files
committed
fix bookmarks
1 parent d9738f6 commit e0787e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

support/sql/database-engine/performance/buffer-pool-scan-runs-slowly-large-memory-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Here are some operations that may trigger a buffer pool scan to occur:
3333

3434
### Error log shows that a scan took a long time
3535

36-
Starting with [SQL Server 2016 SP3](~/sql/releases/sqlserver-2016/servicepack3.md), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23.md#bkmk_13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9.md#bkmk_13744390), an error message was added to the SQL Server [Error log](/sql/tools/configuration-manager/viewing-the-sql-server-error-log) to indicate that a buffer pool scan took a long time (10 seconds or longer):
36+
Starting with [SQL Server 2016 SP3](~/sql/releases/sqlserver-2016/servicepack3.md), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23.md#13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9.md#13744390), an error message was added to the SQL Server [Error log](/sql/tools/configuration-manager/viewing-the-sql-server-error-log) to indicate that a buffer pool scan took a long time (10 seconds or longer):
3737

3838
> Buffer Pool scan took 14 seconds: database ID 7, command 'BACKUP DATABASE', operation 'FlushCache', scanned buffers 115, total iterated buffers 204640239, wait time 0 ms. See 'https://go.microsoft.com/fwlink/?linkid=2132602' for more information.
3939
4040
### Extended Event to diagnose a long scan
4141

42-
Also, starting with the same builds [SQL Server 2016 SP3](~/sql/releases/sqlserver-2016/servicepack3.md), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23.md#bkmk_13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9.md#bkmk_13744390) the **buffer_pool_scan_complete** Extended event was introduced to help you identify long buffer pool scans.
42+
Also, starting with the same builds [SQL Server 2016 SP3](~/sql/releases/sqlserver-2016/servicepack3.md), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23.md#13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9.md#13744390) the **buffer_pool_scan_complete** Extended event was introduced to help you identify long buffer pool scans.
4343

4444
If a scan takes more than 1 second, the XEvent will be recorded as follows when the event is enabled.
4545

support/sql/tools/sqliosim-utility-simulate-activity-disk-subsystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ The sum of the `MaxMemoryMB` parameter for each instance must be less than or eq
335335

336336
- [Information about using disk drive caches with SQL Server that every database administrator should know](https://support.microsoft.com/help/234656)
337337

338-
- [SQL Server diagnostics detects unreported I/O problems due to stale reads or lost writes](~/sql/database-engine/database-file-operations/diagnostics-for-unreported-io-problems)
338+
- [SQL Server diagnostics detects unreported I/O problems due to stale reads or lost writes](~/sql/database-engine/database-file-operations/diagnostics-for-unreported-io-problems.md)

0 commit comments

Comments
 (0)