Skip to content

Commit d86b6de

Browse files
committed
Links: database-engine - 3
1 parent 5b3ab03 commit d86b6de

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

docs/database-engine/install-windows/upgrade-sql-server.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1919

2020
You can upgrade instances of [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], [!INCLUDE[ss2016](../../includes/sssql15-md.md)], or [!INCLUDE[ss2017](../../includes/sssqlv14-md.md)] directly to [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. For [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)], and [!INCLUDE[ssKilimanjaro](../../includes/sskilimanjaro-md.md)], you'll either need to do a side-by-side upgrade, or a migration, to move to SQL Server 2019 as there is no common overlap between a supported mainstream operating system. Before running [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup to upgrade to [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)], review the following articles about the upgrade process and the release notes.
2121

22-
- For information about upgrading from [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)], see [Are you upgrading from SQL Server 2005?](../../database-engine/install-windows/are-you-upgrading-from-sql-server-2005.md).
22+
- For information about upgrading from [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)], see [Are you upgrading from SQL Server 2005?](../../sql-server/end-of-support/sql-server-end-of-life-overview.md).
2323
- [SQL Server 2016 Release Notes](../../sql-server/sql-server-2016-release-notes.md)
2424
- [SQL Server 2017 Release Notes](../../sql-server/sql-server-2017-release-notes.md)
2525

@@ -28,7 +28,7 @@ This section contains the following articles:
2828

2929
- [Supported Version and Edition Upgrades](../../database-engine/install-windows/supported-version-and-edition-upgrades.md)
3030
- [Prepare for upgrade by running Data Migration Assistant](../../database-engine/install-windows/prepare-for-upgrade-by-running-data-migration-assistant.md)
31-
- [Are you upgrading from SQL Server 2005?](../../database-engine/install-windows/are-you-upgrading-from-sql-server-2005.md)
31+
- [Are you upgrading from SQL Server 2005?](../../sql-server/end-of-support/sql-server-end-of-life-overview.md)
3232
- [Upgrade Analysis Services](../../database-engine/install-windows/upgrade-analysis-services.md)
3333
- [Upgrade Database Engine](../../database-engine/install-windows/upgrade-database-engine.md)
3434
- [Upgrade Data Quality Services](../../database-engine/install-windows/upgrade-data-quality-services.md)
@@ -49,6 +49,5 @@ This section contains the following articles:
4949
[Upgrade Replicated Databases](../../database-engine/install-windows/upgrade-replicated-databases.md)
5050
[Upgrade Master Data Services](../../database-engine/install-windows/upgrade-master-data-services.md)
5151
[SQL Server 2008 R2 Best Practices Analyzer](https://www.microsoft.com/download/details.aspx?id=436)
52-
[Backward Compatibility](../../database-engine/sql-server-database-engine-backward-compatibility.md)
53-
52+
[Backward Compatibility](../discontinued-database-engine-functionality-in-sql-server.md)
5453

docs/database-engine/install-windows/upgrade-to-a-different-edition-of-sql-server-setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,5 @@ setup.exe /q /ACTION=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/editionupgrade /InstanceName=MSSQLSERVER /PID=<appropriateP
8484

8585
## See Also
8686
[Upgrade SQL Server](../../database-engine/install-windows/upgrade-sql-server.md)
87-
[Backward Compatibility_deleted](https://msdn.microsoft.com/library/15d9117e-e2fa-4985-99ea-66a117c1e9fd)
88-
87+
[Backward Compatibility_deleted](/previous-versions/sql/sql-server-2016/cc280407(v=sql.130))
8988

docs/database-engine/install-windows/view-and-read-sql-server-setup-log-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following sections describe [!INCLUDE[ssNoVersion](../../includes/ssnoversio
122122
## ConfigurationFile.ini file
123123

124124
### Overview
125-
The configuration file contains the input settings that are provided during installation. It can be used to restart the installation without having to enter the settings manually. However, passwords for the accounts, PID, and some parameters are not saved in the configuration file. The settings can be either added to the file or provided by using the command line or the Setup user interface. For more information, see [Install SQL Server 2016 Using a Configuration File](../../database-engine/install-windows/install-sql-server-2016-using-a-configuration-file.md).
125+
The configuration file contains the input settings that are provided during installation. It can be used to restart the installation without having to enter the settings manually. However, passwords for the accounts, PID, and some parameters are not saved in the configuration file. The settings can be either added to the file or provided by using the command line or the Setup user interface. For more information, see [Install SQL Server 2016 Using a Configuration File](./install-sql-server-using-a-configuration-file.md).
126126

127127
### Location
128128
The ConfigurationFile.ini is located at %programfiles%\\[!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]\\*nnn*\Setup Bootstrap\Log\\<YYYYMMDD_HHMM>\\.
@@ -138,4 +138,4 @@ The SystemConfigurationCheck_Report.htm is located at %programfiles%\\[!INCLUDE[
138138
[!INCLUDE[get-help-options](../../includes/paragraph-content/get-help-options.md)]
139139

140140
## See also
141-
[Install SQL Server 2017](../../database-engine/install-windows/install-sql-server.md)
141+
[Install SQL Server 2017](../../database-engine/install-windows/install-sql-server.md)

docs/database-engine/log-shipping/upgrading-log-shipping-to-sql-server-2016-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ ms.author: mathoma
8383
8484
## See Also
8585
[Upgrade to SQL Server 2016 Using the Installation Wizard &#40;Setup&#41;](../../database-engine/install-windows/upgrade-sql-server-using-the-installation-wizard-setup.md)
86-
[Install SQL Server 2016 from the Command Prompt](../../database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md)
86+
[Install SQL Server 2016 from the Command Prompt](../install-windows/install-sql-server-from-the-command-prompt.md)
8787
[Configure Log Shipping &#40;SQL Server&#41;](../../database-engine/log-shipping/configure-log-shipping-sql-server.md)
8888
[Monitor Log Shipping &#40;Transact-SQL&#41;](../../database-engine/log-shipping/monitor-log-shipping-transact-sql.md)
8989
[Log Shipping Tables and Stored Procedures](../../database-engine/log-shipping/log-shipping-tables-and-stored-procedures.md)
9090

91-

0 commit comments

Comments
 (0)