Skip to content

Commit 5311b28

Browse files
authored
Merge pull request #7047 from MikeRayMSFT/release-sqlseattle
Release sqlseattle
2 parents 2cdf884 + 8b247ba commit 5311b28

13 files changed

Lines changed: 52 additions & 52 deletions

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get started with SQL Server on Red Hat Enterprise Linux | Microsoft Docs
3-
description: This quickstart shows how to install SQL Server 2017 or SQL Server vNext on Red Hat Enterprise Linux and then create and query a database with sqlcmd.
3+
description: This quickstart shows how to install SQL Server 2017 or SQL Server 2019 on Red Hat Enterprise Linux and then create and query a database with sqlcmd.
44
author: rothja
55
ms.author: jroth
66
manager: craigg
@@ -17,7 +17,7 @@ ms.assetid: 92503f59-96dc-4f6a-b1b0-d135c43e935e
1717

1818
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1919

20-
In this quickstart, you install SQL Server 2017 or SQL Server vNext on Red Hat Enterprise Linux (RHEL) 7.3+. You then connect with **sqlcmd** to create your first database and run queries.
20+
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on Red Hat Enterprise Linux (RHEL) 7.3+. You then connect with **sqlcmd** to create your first database and run queries.
2121

2222
> [!TIP]
2323
> 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).
@@ -28,7 +28,7 @@ You must have a RHEL 7.3 or 7.4 machine with **at least 2 GB** of memory.
2828

2929
To install Red Hat Enterprise Linux on your own machine, go to [http://access.redhat.com/products/red-hat-enterprise-linux/evaluation](http://access.redhat.com/products/red-hat-enterprise-linux/evaluation). You can also create RHEL virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm), and use `--image RHEL` in the call to `az vm create`.
3030

31-
If you have previously installed a CTP or RC release of SQL Server 2017, you must first remove the old repository before following these steps. For more information, see [Configure Linux repositories for SQL Server 2017 and vNext](sql-server-linux-change-repo.md).
31+
If you have previously installed a CTP or RC release of SQL Server 2017, you must first remove the old repository before following these steps. For more information, see [Configure Linux repositories for SQL Server 2017 and 2019 ](sql-server-linux-change-repo.md).
3232

3333
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3434

@@ -43,7 +43,7 @@ To configure SQL Server on RHEL, run the following commands in a terminal to ins
4343
```
4444

4545
> [!TIP]
46-
> If you want to try SQL Server vNext, you must instead register the **Preview (vNext)** repository. Use the following command for SQL Server vNext installations:
46+
> If you want to try SQL Server 2019 , you must instead register the **Preview (2019)** repository. Use the following command for SQL Server 2019 installations:
4747
>
4848
> ```bash
4949
> sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-preview.repo

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get started with SQL Server on SUSE Linux Enterprise Server | Microsoft Docs
3-
description: This quickstart shows how to install SQL Server 2017 or SQL Server vNext on SUSE Linux Enterprise Server and then create and query a database with sqlcmd.
3+
description: This quickstart shows how to install SQL Server 2017 or SQL Server 2019 on SUSE Linux Enterprise Server and then create and query a database with sqlcmd.
44
author: rothja
55
ms.author: jroth
66
manager: craigg
@@ -17,7 +17,7 @@ ms.assetid: 31ddfb80-f75c-4f51-8540-de6213cb68b8
1717

1818
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1919

20-
In this quickstart, you install SQL Server 2017 or SQL Server vNext on SUSE Linux Enterprise Server (SLES) v12 SP2. You then connect with **sqlcmd** to create your first database and run queries.
20+
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on SUSE Linux Enterprise Server (SLES) v12 SP2. You then connect with **sqlcmd** to create your first database and run queries.
2121

2222
> [!TIP]
2323
> 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).
@@ -28,7 +28,7 @@ You must have a SLES v12 SP2 machine with **at least 2 GB** of memory. The file
2828

2929
To install SUSE Linux Enterprise Server on your own machine, go to [https://www.suse.com/products/server](https://www.suse.com/products/server). You can also create SLES virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm), and use `--image SLES` in the call to `az vm create`.
3030

31-
If you have previously installed a CTP or RC release of SQL Server 2017, you must first remove the old repository before following these steps. For more information, see [Configure Linux repositories for SQL Server 2017 and vNext](sql-server-linux-change-repo.md).
31+
If you have previously installed a CTP or RC release of SQL Server 2017, you must first remove the old repository before following these steps. For more information, see [Configure Linux repositories for SQL Server 2017 and 2019 ](sql-server-linux-change-repo.md).
3232

3333
> [!NOTE]
3434
> At this time, the [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) for Windows 10 is not supported as an installation target.
@@ -46,7 +46,7 @@ To configure SQL Server on SLES, run the following commands in a terminal to ins
4646
```
4747

4848
> [!TIP]
49-
> If you want to try SQL Server vNext, you must instead register the **Preview (vNext)** repository. Use the following command for SQL Server vNext installations:
49+
> If you want to try SQL Server 2019 , you must instead register the **Preview (2019)** repository. Use the following command for SQL Server 2019 installations:
5050
>
5151
> ```bash
5252
> sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-preview.repo

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get started with SQL Server on Ubuntu | Microsoft Docs
3-
description: This quickstart shows how to install SQL Server 2017 or SQL Server vNext on Ubuntu and then create and query a database with sqlcmd.
3+
description: This quickstart shows how to install SQL Server 2017 or SQL Server 2019 on Ubuntu and then create and query a database with sqlcmd.
44
author: rothja
55
ms.author: jroth
66
manager: craigg
@@ -17,7 +17,7 @@ ms.assetid: 31c8c92e-12fe-4728-9b95-4bc028250d85
1717

1818
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1919

20-
In this quickstart, you install SQL Server 2017 or SQL Server vNext on Ubuntu 16.04. You then connect with **sqlcmd** to create your first database and run queries.
20+
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on Ubuntu 16.04. You then connect with **sqlcmd** to create your first database and run queries.
2121

2222
> [!TIP]
2323
> 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).
@@ -53,7 +53,7 @@ To configure SQL Server on Ubuntu, run the following commands in a terminal to i
5353
```
5454

5555
> [!TIP]
56-
> If you want to try SQL Server vNext, you must instead register the **Preview (vNext)** repository. Use the following command for SQL Server vNext installations:
56+
> If you want to try SQL Server 2019 , you must instead register the **Preview (2019)** repository. Use the following command for SQL Server 2019 installations:
5757
>
5858
> ```bash
5959
> sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-preview.list)"

docs/linux/sql-server-ag-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: ">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-all
1515
---
1616
# Always On availability groups for SQL Server containers
1717

18-
SQL Server vNext supports availability groups on containers in a Kubernetes. For availability groups, deploy the SQL Server [Kubernetes operator](http://coreos.com/blog/introducing-operators.html) to your Kubernetes cluster. The operator helps package, deploy, and manage the availability group in a cluster.
18+
SQL Server 2019 supports availability groups on containers in a Kubernetes. For availability groups, deploy the SQL Server [Kubernetes operator](http://coreos.com/blog/introducing-operators.html) to your Kubernetes cluster. The operator helps package, deploy, and manage the availability group in a cluster.
1919

2020
![AG in Kubernetes Container](media/tutorial-sql-server-ag-containers-kubernetes/KubernetesCluster.png)
2121

docs/linux/sql-server-linux-change-repo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure Linux repositories for SQL Server 2017 and vNext | Microsoft Docs
3-
description: Check and configure source repositories for SQL Server vNext and SQL Server 2017 on Linux. The source repository affects the version of SQL Server that is applied during installation and upgrade.
2+
title: Configure Linux repositories for SQL Server 2017 and 2019 | Microsoft Docs
3+
description: Check and configure source repositories for SQL Server 2019 and SQL Server 2017 on Linux. The source repository affects the version of SQL Server that is applied during installation and upgrade.
44
author: rothja
55
ms.author: jroth
66
manager: craigg
@@ -16,7 +16,7 @@ ms.technology: linux
1616

1717
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1818

19-
This article describes how to configure the correct repository for SQL Server 2017 and SQL Server vNext installations and upgrades on Linux.
19+
This article describes how to configure the correct repository for SQL Server 2017 and SQL Server 2019 installations and upgrades on Linux.
2020

2121
> [!TIP]
2222
> SQL Server nNext CTP 1.4 is now available! To try it, use this article to configure the new **mssql-server-preview** repository. Then upgrade or install using the instructions in the [installation guide](sql-server-linux-setup.md).
@@ -28,7 +28,7 @@ When you install SQL Server on Linux, you must configure a Microsoft repository.
2828
| Repository | Name | Description |
2929
|---|---|---|
3030
| **Preview (2017)** | **mssql-server** | SQL Server 2017 CTP and RC repository (discontinued). |
31-
| **Preview (vNext)** | **mssql-server-preview** | SQL Server vNext CTP and RC repository. |
31+
| **Preview (2019)** | **mssql-server-preview** | SQL Server 2019 CTP and RC repository. |
3232
| **CU** | **mssql-server-2017** | SQL Server 2017 Cumulative Update (CU) repository. |
3333
| **GDR** | **mssql-server-2017-gdr** | SQL Server 2017 GDR repository for critical updates only. |
3434

@@ -89,7 +89,7 @@ Configure the new repository to use for SQL Server installations and upgrades. U
8989

9090
| Repository | Version | Command |
9191
|---|---|---|
92-
| **Preview (vNext)** | vNext | `sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-preview.repo` |
92+
| **Preview (2019)** | 2019 | `sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-preview.repo` |
9393
| **CU** | 2017 | `sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo` |
9494
| **GDR** | 2017 | `sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017-gdr.repo` |
9595

@@ -113,7 +113,7 @@ If necessary, remove the old repository. Use one of the following commands based
113113
| Repository | Command to remove |
114114
|---|---|
115115
| **Preview (2017)** | `sudo zypper removerepo 'packages-microsoft-com-mssql-server'` |
116-
| **Preview (vNext)** | `sudo zypper removerepo 'packages-microsoft-com-mssql-server-preview'` |
116+
| **Preview (2019)** | `sudo zypper removerepo 'packages-microsoft-com-mssql-server-preview'` |
117117
| **CU** | `sudo zypper removerepo 'packages-microsoft-com-mssql-server-2017'` |
118118
| **GDR** | `sudo zypper removerepo 'packages-microsoft-com-mssql-server-2017-gdr'`|
119119

@@ -122,7 +122,7 @@ Configure the new repository to use for SQL Server installations and upgrades. U
122122

123123
| Repository | Version | Command |
124124
|---|---|---|
125-
| **Preview (vNext)** | vNext | `sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-preview.repo` |
125+
| **Preview (2019)** | 2019 | `sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-preview.repo` |
126126
| **CU** | 2017 | `sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-2017.repo` |
127127
| **GDR** | 2017 | `sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-2017-gdr.repo` |
128128

@@ -146,7 +146,7 @@ If necessary, remove the old repository. Use one of the following commands based
146146
| Repository | Command to remove |
147147
|---|---|
148148
| **Preview (2017)** | `sudo add-apt-repository -r 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server xenial main'` |
149-
| **Preview (vNext)** | `sudo add-apt-repository -r 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server-preview xenial main'` |
149+
| **Preview (2019)** | `sudo add-apt-repository -r 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server-preview xenial main'` |
150150
| **CU** | `sudo add-apt-repository -r 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017 xenial main'` |
151151
| **GDR** | `sudo add-apt-repository -r 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017-gdr xenial main'` |
152152

@@ -163,7 +163,7 @@ Configure the new repository to use for SQL Server installations and upgrades.
163163

164164
| Repository | Version | Command |
165165
|---|---|---|
166-
| **Preview (vNext)** | vNext | `sudo add-apt-repository "$(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-preview.list)"` |
166+
| **Preview (2019)** | 2019 | `sudo add-apt-repository "$(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-preview.list)"` |
167167
| **CU** | 2017 | `sudo add-apt-repository "$(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list)"` |
168168
| **GDR** | 2017 | `sudo add-apt-repository "$(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017-gdr.list)"` |
169169

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SQL Server 2017 and later support containers on Kubernetes.
3535

3636
## A SQL Server Always On availability group on SQL Server containers in Kubernetes
3737

38-
SQL Server vNext supports availability groups on containers in a Kubernetes. For availability groups, deploy the SQL Server [Kubernetes operator](http://coreos.com/blog/introducing-operators.html) to your Kubernetes cluster. The operator helps package, deploy, and manage the availability group in a cluster.
38+
SQL Server 2019 supports availability groups on containers in a Kubernetes. For availability groups, deploy the SQL Server [Kubernetes operator](http://coreos.com/blog/introducing-operators.html) to your Kubernetes cluster. The operator helps package, deploy, and manage the availability group in a cluster.
3939

4040
![AG in Kubernetes Container](media/tutorial-sql-server-ag-containers-kubernetes/KubernetesCluster.png)
4141

docs/relational-databases/security/permissions-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For tips on planning a permissions system, see [Getting Started with Database En
172172
|DATABASE|ALTER ANY ROUTE|ALRT|SERVER|CONTROL SERVER|
173173
|DATABASE|ALTER ANY SCHEMA|ALSM|SERVER|CONTROL SERVER|
174174
|DATABASE|ALTER ANY SECURITY POLICY|ALSP<br /><br /> Applies to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] ([!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] through current), [!INCLUDE[ssSDS](../../includes/sssds-md.md)].|SERVER|CONTROL SERVER|
175-
|DATABASE|ALTER ANY SENSITIVITY CLASSIFICATION|ALSP<br />Applies to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (SQL Server vNext (15.x) through current), SQL Database.|DATABASE|CONTROL SERVER|
175+
|DATABASE|ALTER ANY SENSITIVITY CLASSIFICATION|ALSP<br />Applies to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (SQL Server 2019 (15.x) through current), SQL Database.|DATABASE|CONTROL SERVER|
176176
|DATABASE|ALTER ANY SERVICE|ALSV|SERVER|CONTROL SERVER|
177177
|DATABASE|ALTER ANY SYMMETRIC KEY|ALSK|SERVER|CONTROL SERVER|
178178
|DATABASE|ALTER ANY USER|ALUS|SERVER|CONTROL SERVER|

docs/relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ sp_execute_external_script
8686

8787
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
8888
[ **@input_data_1_order_by_columns** = N'*input_data_1_order_by_columns*' ]
89-
Applies to SQL Server vNext only and is used to build per-partition models. Specifies the name of the column used to order the result set, for example by product name. The data type of the variable in the external script depends on the language. In case of R, the input variable is a data frame. In the case of Python, input must be tabular.
89+
Applies to SQL Server 2019 only and is used to build per-partition models. Specifies the name of the column used to order the result set, for example by product name. The data type of the variable in the external script depends on the language. In case of R, the input variable is a data frame. In the case of Python, input must be tabular.
9090

9191
[ **@input_data_1_partition_by_columns** = N'*input_data_1_partition_by_columns*' ]
92-
Applies to SQL Server vNext only and is used to build per-partition models. Specifies the name of the column used to segment data, such as geographic region or date. The data type of the variable in the external script depends on the language. In case of R, the input variable is a data frame. In the case of Python, input must be tabular.
92+
Applies to SQL Server 2019 only and is used to build per-partition models. Specifies the name of the column used to segment data, such as geographic region or date. The data type of the variable in the external script depends on the language. In case of R, the input variable is a data frame. In the case of Python, input must be tabular.
9393
::: moniker-end
9494

9595
[ **@output_data_1_name** = N'*output_data_1_name*' ]
@@ -128,7 +128,7 @@ Monitor script execution using [sys.dm_external_script_requests](../../relationa
128128
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
129129
### Parameters for partition modeling
130130

131-
In SQL Server vNext, currently in public preview, you can set two additional parameters that enable modeling on partitioned data, where partitions are based on one or more columns you provide that naturally segment a data set into logical partitions created and used only during script execution. Columns containing repeating values for age, gender, geographic region, date or time, are a few examples that lend themselves to partitioned data sets.
131+
In SQL Server 2019, currently in public preview, you can set two additional parameters that enable modeling on partitioned data, where partitions are based on one or more columns you provide that naturally segment a data set into logical partitions created and used only during script execution. Columns containing repeating values for age, gender, geographic region, date or time, are a few examples that lend themselves to partitioned data sets.
132132

133133
The two parameters are **input_data_1_partition_by_columns** and **input_data_1_order_by_columns**, where the second parameter is used to order the result set. The parameters are passed as inputs to `sp_execute_external_script` with the external script executing once for every partition. For more information and examples, see [Tutorial: Create partition-based models](https://docs.microsoft.com/sql/advanced-analytics/tutorials/r-tutorial-create-models-per-partition.md).
134134

0 commit comments

Comments
 (0)