Skip to content

Commit 138ca64

Browse files
committed
fix missing link extensions
1 parent 53d02cd commit 138ca64

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

support/sql/database-engine/general/error-556-insert-exec-failed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The auto-cleanup process flushes the plan out of Query Data Store. The query enc
3737

3838
This issue is fixed in the following service pack for SQL Server:
3939

40-
[Service Pack 3 for SQL Server 2016](~/sql/releases/sqlserver-2016/servicepack3)
40+
[Service Pack 3 for SQL Server 2016](~/sql/releases/sqlserver-2016/servicepack3.md)
4141

4242
**About service packs for SQL Server:**
4343

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), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23#bkmk_13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9#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#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):
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), [SQL Server 2017 CU23](~/sql/releases/sqlserver-2017/cumulativeupdate23#bkmk_13741858) and [SQL Server 2019 CU9](~/sql/releases/sqlserver-2019/cumulativeupdate9#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#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.
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/database-engine/replication/understand-merge-replication-article-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The Merge Agent processes generations in batches, also referred to as generation
7878

7979
In a situation where multiple generation batches are exchanged, the Merge Agent may split related parent and child changes across two separate generation batches. If that is the case, the Merge Agent may deliver a child change in a generation batch ahead of the generation batch that contains the associated parent change. In hierarchical merge topologies that use re-publishers, there is one rare situation in which the splitting of parent and child changes across generation batches can lead to non-convergence. For more information about non-convergence, see the following article:
8080

81-
[Non-convergence when SQL Server processes child and parent generations in separate generation batches](~/sql/database-engine/replication/non-convergence-when-processes-child-generations).
81+
[Non-convergence when SQL Server processes child and parent generations in separate generation batches](~/sql/database-engine/replication/non-convergence-when-processes-child-generations.md).
8282

8383
You can increase the `-UploadGenerationsPerBatch` and the `-DownloadGenerationsPerBatch` parameters discussed previously to avoid splitting parent and child changes across generation batches.
8484

support/sql/releases/faq-acronyms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ For more information, go to the following websites:
5656

5757
- [Announcing the Modern Servicing Model for SQL Server](https://techcommunity.microsoft.com/t5/sql-server/announcing-the-modern-servicing-model-for-sql-server/ba-p/385594)
5858

59-
- [Naming schema and Fix area descriptions for SQL Server software update packages](~/sql/releases/naming-schema-and-fix-area)
59+
- [Naming schema and Fix area descriptions for SQL Server software update packages](~/sql/releases/naming-schema-and-fix-area.md)
6060

61-
- [Description of the standard terminology that is used to describe Microsoft software updates](~/windows-client/installing-updates-features-roles/standard-terminology-software-updates)
61+
- [Description of the standard terminology that is used to describe Microsoft software updates](~/windows-client/installing-updates-features-roles/standard-terminology-software-updates.md)
6262

63-
- [An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems](~/sql/releases/servicing-models-sql-server)
63+
- [An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems](~/sql/releases/servicing-models-sql-server.md)
6464

6565
- [SQL Server documentation](/sql/sql-server/?view=sql-server-ver15&preserve-view=true)
6666

support/sql/releases/naming-schema-and-fix-area.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SQL Server software update packages typically fall into two major release types:
3737

3838
- CU (Cumulative Update): CU releases are non-critical requests that provide fixes for isolated issues not affecting key business functionality. The CU releases on a two-month cadence while the product and service pack are in mainstream support.
3939

40-
To learn more about the ISM and the different release types, which SQL Server servicing follows, see [An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems](~/sql/releases/servicing-models-sql-server).
40+
To learn more about the ISM and the different release types, which SQL Server servicing follows, see [An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems](~/sql/releases/servicing-models-sql-server.md).
4141

4242
## Naming schema for SQL Server software update packages
4343

0 commit comments

Comments
 (0)