Skip to content

Commit 98f2123

Browse files
authored
Merge pull request #12614 from dphansen/davidph-spees
Updating SPEES for 2019 GA
2 parents b312577 + 619e1cf commit 98f2123

7 files changed

Lines changed: 87 additions & 53 deletions

docs/relational-databases/system-catalog-views/sys-external-libraries-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.external_libraries (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 07/24/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: machine-learning
@@ -26,7 +26,7 @@ monikerRange: ">=sql-server-2017||=sqlallproducts-allversions||>=sql-server-linu
2626
Supports the management of package libraries related to external runtimes such as R, Python, and Java.
2727

2828
> [!NOTE]
29-
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and Java on the Windows and Linux platforms are supported in SQL Server 2019 CTP 2.4.
29+
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and Java on the Windows and Linux platforms are supported in SQL Server 2019 and later.
3030
3131
## sys.external_libraries
3232

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

Lines changed: 73 additions & 39 deletions
Large diffs are not rendered by default.

docs/t-sql/statements/alter-external-language-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ALTER EXTERNAL LANGUAGE (Transact-SQL) - SQL Server | Microsoft Docs
33
ms.custom:
4-
ms.date: 08/08/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: language-extensions
@@ -104,7 +104,7 @@ This parameter is needed for hybrid OS scenarios. In a hybrid architecture, the
104104

105105
## Remarks
106106

107-
In CTP 3.0, **PARAMETERS** and **ENVIRONMENT_VARIABLES** are not supported.
107+
Currently, **PARAMETERS** and **ENVIRONMENT_VARIABLES** are not supported.
108108

109109
## Permissions
110110

docs/t-sql/statements/alter-external-library-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ALTER EXTERNAL LIBRARY (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 07/24/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: machine-learning
@@ -26,7 +26,7 @@ Modifies the content of an existing external package library.
2626

2727
::: moniker range=">=sql-server-2017||>=sql-server-linux-ver15||sqlallproducts-allversions"
2828
> [!NOTE]
29-
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and external languages on the Windows and Linux platforms are supported in SQL Server 2019 CTP 2.4 and later.
29+
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and external languages on the Windows and Linux platforms are supported in SQL Server 2019 and later.
3030
::: moniker-end
3131

3232
::: moniker range="=azuresqldb-current"

docs/t-sql/statements/create-external-language-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CREATE EXTERNAL LANGUAGE (Transact-SQL) - SQL Server | Microsoft Docs
33
ms.custom:
4-
ms.date: 08/08/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: language-extensions
@@ -10,7 +10,7 @@ author: nelgson
1010
ms.author: negust
1111
ms.reviewer: dphansen
1212
manager: cgronlun
13-
monikerRange: ">=sql-server-ver15||=sqlallproducts-allversions"
13+
monikerRange: ">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1414
---
1515

1616
# CREATE EXTERNAL LANGUAGE (Transact-SQL)
@@ -106,7 +106,7 @@ This parameter is needed for hybrid OS scenarios. In a hybrid architecture, the
106106

107107
## Remarks
108108

109-
In CTP 3.0, **PARAMETERS** and **ENVIRONMENT_VARIABLES** are not supported.
109+
Currently, **PARAMETERS** and **ENVIRONMENT_VARIABLES** are not supported.
110110

111111
## Permissions
112112

@@ -116,7 +116,7 @@ To modify a library requires the separate permission, `ALTER ANY EXTERNAL LANGUA
116116

117117
### EXECUTE EXTERNAL SCRIPT permission
118118

119-
In SQL Server 2019, we are introducing EXECUTE EXTERNAL SCRIPT permissions, so that external script execution can be granted on specific languages. Previously, we only had EXECUTE ANY EXTERNAL SCRIPT database permission, which did not allow granting execution permission on a specific language.
119+
You can use EXECUTE EXTERNAL SCRIPT permissions, so that external script execution can be granted on specific languages. This is different from EXECUTE ANY EXTERNAL SCRIPT database permission, which do not allow granting execution permission on a specific language.
120120

121121
This means that non-**dbo** users need to be granted permission to execute a specific language:
122122

docs/t-sql/statements/create-external-library-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CREATE EXTERNAL LIBRARY (Transact-SQL) - SQL Server | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 07/24/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: machine-learning
@@ -28,7 +28,7 @@ Uploads R, Python, or Java package files to a database from the specified byte s
2828

2929
::: moniker range=">=sql-server-2017||>=sql-server-linux-ver15||sqlallproducts-allversions"
3030
> [!NOTE]
31-
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and external languages on the Windows and Linux platforms are supported in SQL Server 2019 CTP 2.4 and later.
31+
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and external languages on the Windows and Linux platforms are supported in SQL Server 2019 and later.
3232
::: moniker-end
3333

3434
::: moniker range="=azuresqldb-current||=sqlallproducts-allversions"

docs/t-sql/statements/drop-external-library-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "DROP EXTERNAL LIBRARY (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 07/24/2019
4+
ms.date: 11/04/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: machine-learning
@@ -26,7 +26,7 @@ Deletes an existing package library. Package libraries are used by supported ext
2626

2727
::: moniker range=">=sql-server-2017||>=sql-server-linux-ver15||sqlallproducts-allversions"
2828
> [!NOTE]
29-
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and Java on the Windows and Linux platforms are supported in SQL Server 2019 CTP 2.4.
29+
> In SQL Server 2017, R language and Windows platform are supported. R, Python, and Java on the Windows and Linux platforms are supported in SQL Server 2019 and later.
3030
::: moniker-end
3131

3232
## Syntax

0 commit comments

Comments
 (0)