Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3b33652

Browse files
authored
Merge pull request #34107 from rwestMSFT/rw-0519-fix-links
[SCOPED] Fix links
2 parents 16d436b + 208505f commit 3b33652

13 files changed

Lines changed: 14 additions & 15 deletions

docs/includes/sql-server-servicing-updates-version-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.topic: include
77
---
88
## SQL Server 2019 servicing updates
99

10-
For current information about SQL Server servicing updates, see [https://support.microsoft.com/help/4518398](https://support.microsoft.com/help/4518398).
10+
For current information about SQL Server servicing updates, see [SQL Server 2019 build versions](/troubleshoot/sql/releases/sqlserver-2019/build-versions).

docs/linux/sql-server-linux-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: ">=sql-server-2017 || >=sql-server-linux-2017"
1616

1717
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1818

19-
[!INCLUDE [SQL Server 2017](../includes/sssql17-md.md)] ([CU18](https://support.microsoft.com/help/4527377)) and later support SQL Server Replication for instances of SQL Server on Linux.
19+
[!INCLUDE [SQL Server 2017](../includes/sssql17-md.md)] ([CU18](/troubleshoot/sql/releases/sqlserver-2017/cumulativeupdate18)) and later support SQL Server Replication for instances of SQL Server on Linux.
2020

2121
Configure replication on Linux with SQL Server Management Studio (SSMS) [replication stored procedures](../relational-databases/system-stored-procedures/replication-stored-procedures-transact-sql.md).
2222

docs/linux/sql-server-linux-whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom:
1818

1919
This article describes the major features and services available for [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] running on Linux.
2020

21-
In addition to these capabilities in this article, cumulative updates (CUs) are released at regular intervals. These cumulative updates provide many improvements and fixes. For detailed information about the latest CU release, see <https://aka.ms/sql2017cu>. For package downloads and known issues, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
21+
In addition to these capabilities in this article, cumulative updates (CUs) are released at regular intervals. These cumulative updates provide many improvements and fixes. For detailed information about the latest CU release, see [SQL Server 2017 build versions](/troubleshoot/sql/releases/sqlserver-2017/build-versions). For package downloads and known issues, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
2222

2323
## Ubuntu 18.04 support
2424

docs/machine-learning/r/r-server-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Standalone servers can use the [operationalization](/machine-learning-server/wha
8585

8686
SQL Server releases cumulative updates on a regular basis. Applying the cumulative updates adds security and functional enhancements to an existing installation.
8787

88-
Descriptions of new or changed functionality can be found in the [CAB Downloads](../install/sql-ml-cab-downloads.md) article and on the web pages for [SQL Server 2016 cumulative updates](https://support.microsoft.com/help/3177312/sql-server-2016-build-versions) and [SQL Server 2017 cumulative updates](/troubleshoot/sql/releases/sqlserver-2017/build-versions).
88+
Descriptions of new or changed functionality can be found in the [CAB Downloads](../install/sql-ml-cab-downloads.md) article and on the build version articles for [SQL Server 2016](/troubleshoot/sql/releases/sqlserver-2016/build-versions), [SQL Server 2017](/troubleshoot/sql/releases/sqlserver-2017/build-versions), and [SQL Server 2019](/troubleshoot/sql/releases/sqlserver-2019/build-versions).
8989

9090
For more information on how to apply updates to an existing instance, see [Apply updates](../install/sql-machine-learning-standalone-windows-install.md#apply-cu) in the installation instructions.
9191

docs/machine-learning/troubleshooting/common-issues-external-script-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ To avoid this problem, be sure to install any new features at the same patch lev
208208

209209
> [!NOTE]
210210
> On older systems, Launchpad can fail to start if there is an 8dot3 notation requirement. This requirement has been removed in later releases. SQL Server 2016 R Services customers should install one of the following:
211-
> * SQL Server 2016 SP1 and CU1: [Cumulative Update 1 for SQL Server](https://support.microsoft.com/help/3208177/cumulative-update-1-for-sql-server-2016-sp1).
211+
> * SQL Server 2016 SP1 and CU1: [Cumulative Update 1 for SQL Server 2016 SP1](/troubleshoot/sql/releases/sqlserver-2016/servicepack1-cumulativeupdate1).
212212
> * SQL Server 2016 RTM, Cumulative Update 3, and this [hotfix](https://support.microsoft.com/help/3210110/on-demand-hotfix-update-package-for-sql-server-2016-cu3), which is available on demand.
213213
214214
For compatibility with R, SQL Server 2016 R Services (In-Database) required the drive where the feature is installed to support the creation of short file names by using *8dot3 notation*. An 8.3 file name is also called a *short file name*, and it's used for compatibility with earlier versions of Microsoft Windows or as an alternative to long file names.

docs/relational-databases/policy-based-management/check-disk-input-and-output-subsystem-for-io-delay-problems.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ helpviewer_keywords:
2929

3030
## Related content
3131

32-
[Microsoft Knowledge Base article 897284](https://go.microsoft.com/fwlink/?linkid=117743)
33-
34-
[SQL Server I/O Basics, Chapter 2](/previous-versions/sql/sql-server-2005/administrator/cc917726(v=technet.10))
32+
- [Troubleshoot slow SQL Server performance caused by I/O issues](/troubleshoot/sql/database-engine/performance/troubleshoot-sql-io-performance)
33+
- [SQL Server I/O Basics, Chapter 2](/previous-versions/sql/sql-server-2005/administrator/cc917726(v=technet.10))

docs/relational-databases/security/encryption/create-identical-symmetric-keys-on-two-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
8888
SQL Server 2016 uses the SHA1 hashing algorithm for its encryption work. Starting in SQL Server 2017, SHA2 is used instead. This means extra steps might be necessary to have your SQL Server 2017 installation decrypt items that were encrypted by SQL Server 2016. Here are the extra steps:
8989

9090
- Ensure your SQL Server 2017 is updated to at least Cumulative Update 2 (CU2).
91-
- See [Cumulative Update 2 (CU2) for SQL Server 2017](https://support.microsoft.com/help/4052574) for important details.
91+
- See [Cumulative Update 2 for SQL Server 2017](/troubleshoot/sql/releases/sqlserver-2017/cumulativeupdate2) for important details.
9292
- After you install CU2, turn on trace flag 4631 in SQL Server 2017: `DBCC TRACEON(4631, -1);`
9393
- Trace flag 4631 is new in SQL Server 2017. Trace flag 4631 needs to be `ON` globally before you create the master key, certificate, or symmetrical key in SQL Server 2017. This enables these created items to interoperate with SQL Server 2016 and earlier versions. This trace flag should only be turned on temporarily to do the re-encryption of data with SHA2-derived keys.
9494

docs/relational-databases/security/encryption/sql-server-connector-registry-modification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To upgrade the SQL Server Connector (Version: 1.0.5.0 with a Date Published: Sep
5959
> - SQL Server Connector versions 1.0.0.440 and older have been replaced and are no longer supported in production environments. For more information on troubleshooting SQL Server Connector issues, see [SQL Server Connector Maintenance & Troubleshooting](../../../relational-databases/security/encryption/sql-server-connector-maintenance-troubleshooting.md).
6060
> - Starting with version 1.0.3.0, the SQL Server Connector reports relevant error messages to the Windows event logs for troubleshooting.
6161
> - Starting with [1.0.4.0: (version 13.0.811.168)](https://download.microsoft.com/download/8/0/9/809494f2-bac9-4388-ad07-7eaf9745d77b/SQL%20Server%20Connector%20for%20Microsoft%20Azure%20Key%20Vault%201.0.4.0.msi), there is support for private Azure clouds, including Azure operated by 21Vianet, Azure Germany, and Azure Government.
62-
> - There is a breaking change in version 1.0.5.0 in terms of the thumbprint algorithm. You may experience database restore failures after upgrading to 1.0.5.0. For more information, see [KB article 447099](https://support.microsoft.com/help/4470999/db-backup-problems-to-sql-server-connector-for-azure-1-0-5-0).
62+
> - There is a breaking change in version 1.0.5.0 in terms of the thumbprint algorithm. You may experience database restore failures after upgrading to 1.0.5.0. For more information, see [Error 33111 when restoring backups from older versions of SQL Server Connector for Microsoft Azure Key Vault](/troubleshoot/sql/database-engine/backup-restore/error-33111-restore-issues-sql-connector).
6363
> - **Starting with version [1.0.5.0 (with a file date of September 2020)](https://www.microsoft.com/en-us/download/details.aspx?id=45344), the SQL Server Connector supports filtering messages and network request retry logic.**
6464
> - *The old version of the SQL Server Connector is also version: [1.0.5.0 (version 15.0.300.96) – File date January 2018](https://download.microsoft.com/download/8/0/9/809494f2-bac9-4388-ad07-7eaf9745d77b/1033_15.0.2000.367/SQLServerConnectorforMicrosoftAzureKeyVault.msi)*. Upgrade to the newest SQL Server Connector if you experience any issues.
6565

docs/sql-server/sql-server-2016-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ For more information, see [KB5007039](https://support.microsoft.com/topic/kb5007
148148

149149
- :::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download SQL Server 2016 Service Pack 2 (SP2)](https://www.microsoft.com/download/details.aspx?id=56836)**
150150

151-
- For a complete list of updates, see [SQL Server 2016 Service Pack 2 release information](https://support.microsoft.com/help/4052908/sql-server-2016-service-pack-2-release-information)
151+
- For a complete list of updates, see [SQL Server 2016 Service Pack 2 release information](/troubleshoot/sql/releases/sqlserver-2016/servicepack2).
152152

153153
The [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] SP2 installation might require restart after installation. As a best practice, you should perform a restart following the installation of [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] SP2.
154154

docs/sql-server/sql-server-2017-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article describes limitations and issues with SQL Server 2017. For related
1818

1919
- [What's new in SQL Server 2017](what-s-new-in-sql-server-2017.md)
2020
- [Release notes for SQL Server 2017 on Linux](../linux/sql-server-linux-release-notes-2017.md)
21-
- [SQL Server 2017 Cumulative updates](https://aka.ms/sql2017cu) for information about the latest cumulative update (CU) release
21+
- [SQL Server 2017 build versions](/troubleshoot/sql/releases/sqlserver-2017/build-versions) for information about the latest cumulative update (CU) release
2222

2323
## Try SQL Server
2424

0 commit comments

Comments
 (0)