Skip to content

Commit f4ab33e

Browse files
author
Simonx Xu
committed
Fix some links
1 parent 7225974 commit f4ab33e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

support/sql/releases/sqlserver-2016/servicepack1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ After you install SQL Server 2016 SP1, the DCOM permissions for launching and ac
4141

4242
### ODBC Driver 13.1
4343

44-
With the default installation of SQL Server 2016, ODBC Driver 13.0 is installed on the server which is used by SQL Agent and SSMS (installed on server) to connect to the SQL Server instance. If you have installed ODBC Driver 13.1 on your server for any reason, SQL Server 2016 SP1 installation overrides the ODBC Driver 13.1 installation and the fixes introduced in 13.1 like [KB 3185365](../../ssms/error-you-try-to-read-error-log.md) may be lost. In this case post installation of SQL Server 2016 SP1, it's recommended to uninstall the ODBC Driver installed by SQL Server 2016 SP1 and install [ODBC Driver 13.1](https://www.microsoft.com/download/details.aspx?id=53339).
44+
With the default installation of SQL Server 2016, ODBC Driver 13.0 is installed on the server which is used by SQL Agent and SSMS (installed on server) to connect to the SQL Server instance. If you have installed ODBC Driver 13.1 on your server for any reason, SQL Server 2016 SP1 installation overrides the ODBC Driver 13.1 installation and the fixes introduced in 13.1 like [KB 3185365](../../ssms/error-you-try-to-read-error-log.md) may be lost. In this case post installation of SQL Server 2016 SP1, it's recommended to uninstall the ODBC Driver installed by SQL Server 2016 SP1 and install [ODBC Driver 13.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows?view=sql-server-2016#131).
4545

4646
To check for ODBC Driver installed on the server, you can go to Control Panel of the server -> Programs and Features -> Search for ODBC. The version number of ODBC Driver 13.1 is 13.1.811.168 as shown below:
4747

@@ -63,7 +63,7 @@ For more information about the bugs that are fixed in SQL Server 2016 SP1, go to
6363
| Bug reference | Description |
6464
|---|---|
6565
| <a id=7778636>[7778636](#7778636)</a> | [An update is available that extends the Trace extended event with security protocol handshake information in SQL Server 2016 (KB3191296)](https://support.microsoft.com/help/3191296) |
66-
| <a id=7898693>[7898693](#7898693)</a> | [How to use DBCC CLONEDATABASE to generate a schema and statistics-only copy of a user database in SQL Server 2014 SP2 and SQL Server 2016 SP1 (KB3177838)](https://support.microsoft.com/help/3177838) |
66+
| <a id=7898693>[7898693](#7898693)</a> | [How to use DBCC CLONEDATABASE to generate a schema and statistics-only copy of a user database in SQL Server 2014 SP2 and SQL Server 2016 SP1 (KB3177838)](https://support.microsoft.com/topic/ee504afc-02c6-5caf-3648-1ba78ce9664d) |
6767
| <a id=7994008>[7994008](#7994008)</a> | [Supports DROP TABLE DDL for articles that are included in transactional replication in SQL Server 2014 or in SQL Server 2016 SP1 (KB3170123)](https://support.microsoft.com/help/3170123) |
6868
| <a id=8024963>[8024963](#8024963)</a> | [Update to add a memory grant warning to the Showplan XML in SQL Server 2014 or 2016 (KB3172997)](https://support.microsoft.com/help/3172997) |
6969
| <a id=8024978>[8024978](#8024978)</a> | [Update to add DMF sys.dm_db_incremental_stats_properties in SQL Server 2014 or 2016 (KB3170114)](https://support.microsoft.com/help/3170114) |

support/sql/releases/sqlserver-2022/database-accessibility-issues-high-volume-customer-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SELECT * FROM sys.dm_database_encryption_keys
5050
Each new cumulative update for SQL Server contains all the hotfixes and security fixes that were in the previous build. We recommend that you install the latest build for your version of SQL Server:
5151

5252
- [Latest cumulative update for SQL Server 2022](build-versions.md)
53-
- [Latest cumulative update for SQL Server 2019](https://support.microsoft.com/help/4518398)
53+
- [Latest cumulative update for SQL Server 2019](../sqlserver-2019/build-versions.md)
5454

5555
## Status
5656

support/sql/releases/sqlserver-2022/error-set-sql-server-agent-job-history-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This problem is fixed in the following cumulative updates for SQL Server:
3636
Each new cumulative update for SQL Server contains all the hotfixes and security fixes that were in the previous build. We recommend that you install the latest build for your version of SQL Server:
3737

3838
- [Latest cumulative update for SQL Server 2022](build-versions.md)
39-
- [Latest cumulative update for SQL Server 2019](https://support.microsoft.com/help/4518398)
39+
- [Latest cumulative update for SQL Server 2019](../sqlserver-2019/build-versions.md)
4040

4141
## Status
4242

0 commit comments

Comments
 (0)