Skip to content

Commit 783e7fe

Browse files
committed
[BULK] Update links to SQL Server on Linux 2017 article
1 parent be0b9bc commit 783e7fe

20 files changed

Lines changed: 31 additions & 31 deletions

docs/linux/quickstart-install-connect-docker.md

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

2525
In this quickstart, you'll use Docker to pull and run the [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] Linux container image, [mssql-server-linux](https://hub.docker.com/_/microsoft-mssql-server). Then you can connect with **sqlcmd** to create your first database and run queries.
2626

27-
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes.md).
27+
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
2828

2929
> [!TIP]
3030
> This quickstart creates [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] containers. If you prefer to create Linux containers for different versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], see the [[!INCLUDE [sssql19-md](../includes/sssql19-md.md)]](quickstart-install-connect-docker.md?view=sql-server-linux-ver15&preserve-view=true#pullandrun2019) or [[!INCLUDE [sssql22-md](../includes/sssql22-md.md)]](quickstart-install-connect-docker.md?view=sql-server-linux-ver16&preserve-view=true#pullandrun2022) versions of this article.

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.technology: linux
2222

2323
In this quickstart, you install [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] on Red Hat Enterprise Linux (RHEL) 8.x. Then you can connect with **sqlcmd** to create your first database and run queries.
2424

25-
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes.md).
25+
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
2626

2727
::: moniker-end
2828
<!--SQL Server 2019 on Linux-->

docs/linux/quickstart-install-connect-suse.md

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

2121
In this quickstart, you install [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] on SUSE Linux Enterprise Server (SLES) v12. Then you can connect with **sqlcmd** to create your first database and run queries.
2222

23-
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes.md).
23+
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
2424

2525
::: moniker-end
2626
<!--SQL Server 2019+ on Linux-->

docs/linux/quickstart-install-connect-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.technology: linux
2121

2222
In this quickstart, you install [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] on Ubuntu 18.04. Then you can connect with **sqlcmd** to create your first database and run queries.
2323

24-
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes.md).
24+
For more information on supported platforms, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
2525

2626
> [!TIP]
2727
> This tutorial requires user input and an internet connection. If you are interested in the [unattended](sql-server-linux-setup.md#unattended) or [offline](sql-server-linux-setup.md#offline) installation procedures, see [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md).

docs/linux/sql-server-linux-develop-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're creating a new application, take a look at a list of the [Connectivity
3535

3636
## Use existing applications
3737

38-
If you have an existing database application, you can simply change its connection string to target SQL Server on Linux. Make sure to read about the [Known Issues](sql-server-linux-release-notes.md) in SQL Server on Linux.
38+
If you have an existing database application, you can simply change its connection string to target SQL Server on Linux. Make sure to read about the [Known Issues](sql-server-linux-release-notes-2017.md#known-issues) in SQL Server on Linux.
3939

4040
## Use existing SQL tools on Windows with SQL Server on Linux
4141

docs/linux/sql-server-linux-editions-and-components-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article provides details of features supported by the various editions of S
3535
Installation requirements vary based on your application needs. The different editions of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] accommodate the unique performance, runtime, and price requirements of organizations and individuals. The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] components that you install also depend on your specific requirements. The following sections help you understand how to make the best choice among the editions and components available in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)].
3636

3737
For the latest release notes and what's new information, see the following:
38-
- [SQL Server 2017 on Linux release notes](sql-server-linux-release-notes.md)
38+
- [SQL Server 2017 on Linux release notes](sql-server-linux-release-notes-2017.md)
3939
- [What's new in SQL Server 2017 on Linux](sql-server-linux-whats-new.md)
4040

4141
For a list of SQL Server features not available on Linux, see [Unsupported features and services](#Unsupported).

docs/linux/sql-server-linux-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sections:
3131
3232
1. **Is SQL Server on Linux the same as on Windows?**
3333
34-
The core Database Engine for SQL Server is the same on Linux as it is on Windows. However, some features are currently not supported on Linux. For a list of features that are not supported on Linux, see the [Unsupported features & services](sql-server-linux-editions-and-components-2019.md#Unsupported). Also review the [Known issues](sql-server-linux-release-notes.md#known-issues). Unless specified in these lists, other SQL Server features and services are supported on Linux.
34+
The core Database Engine for SQL Server is the same on Linux as it is on Windows. However, some features are currently not supported on Linux. For a list of features that are not supported on Linux, see the [Unsupported features & services](sql-server-linux-editions-and-components-2019.md#Unsupported). Also review the [Known issues](sql-server-linux-release-notes-2019.md#known-issues). Unless specified in these lists, other SQL Server features and services are supported on Linux.
3535
3636
1. **What is the support policy for SQL Server?**
3737
@@ -90,7 +90,7 @@ sections:
9090
9191
1. **Can I download the installation packages to install SQL Server offline?**
9292
93-
Yes. For more information, see the package download links in the [Release notes](sql-server-linux-release-notes.md). Also, review the [instructions for offline installations](sql-server-linux-setup.md#offline).
93+
Yes. For more information, see the package download links in the [Release notes](sql-server-linux-release-notes-2019.md). Also, review the [instructions for offline installations](sql-server-linux-setup.md#offline).
9494
9595
1. **Can I perform an unattended installation of SQL Server on Linux?**
9696

docs/linux/sql-server-linux-manage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article introduces [SQL Server PowerShell](../powershell/sql-server-powersh
2020

2121
## Before you begin
2222

23-
Read the [Known Issues](sql-server-linux-release-notes.md) for SQL Server on Linux.
23+
Read the [Known Issues](sql-server-linux-release-notes-2017.md#known-issues) for SQL Server on Linux.
2424

2525
## Launch PowerShell and import the *sqlserver* module
2626

docs/linux/sql-server-linux-manage-ssms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See [What is SSMS?](../ssms/sql-server-management-studio-ssms.md) for more infor
3737
When working with SQL Server, you should always use the most recent version of SQL Server Management Studio (SSMS). The latest version of SSMS is continually updated and optimized and currently works with SQL Server on Linux. To download and install the latest version, see [Download SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md). To stay up-to-date, the latest version of SSMS prompts you when there's a new version available to download.
3838

3939
> [!NOTE]
40-
> Before using SSMS to manage Linux, review the [known issues](sql-server-linux-release-notes.md) for SSMS on Linux.
40+
> Before using SSMS to manage Linux, review the [known issues](sql-server-linux-release-notes-2017.md#known-issues) for SSMS on Linux.
4141
4242
## Connect to SQL Server on Linux
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Starting with [!INCLUDE [sssql17-md](../includes/sssql17-md.md)], [!INCLUDE [ssn
6565

6666
If you're already familiar with [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Linux, review the release notes for general guidelines and known issues for this release:
6767

68-
- [SQL Server 2017 release notes](sql-server-linux-release-notes.md)
68+
- [SQL Server 2017 release notes](sql-server-linux-release-notes-2017.md)
6969
- [SQL Server 2019 release notes](sql-server-linux-release-notes-2019.md)
7070
- [SQL Server 2022 Preview release notes](sql-server-linux-release-notes-2022.md)
7171

0 commit comments

Comments
 (0)