Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit a541432

Browse files
authored
This article obviously need moniker >=sql-server-ver15
This article has no Versioning moniker, but obviously need moniker >=sql-server-ver15. Also, replacing all 'vNext' with '2019' (per MikeRay). Also replacing uses of a pairs of single-quotation marks around key names or phrases, with **bold** syntax: This is required by the Microsoft Style Guide, partly because the single-quotes approach causes problems when the English markdown is translated into Japanese and some other languages. Also making a handful of minor improvements, such as standardizing on the dash character for all plain bullets (replacing * and +). (GeneMi , Thursday 20180830 23:28pm)
1 parent 5278024 commit a541432

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,58 @@
11
---
2-
title: Differences to SQL Server Machine Learning Services installation in vNext | Microsoft Docs
2+
title: Differences to SQL Server Machine Learning Services installation in 2019 | Microsoft Docs
33
ms.prod: sql
44
ms.technology: machine-learning
5-
ms.date: 08/20/2018
5+
ms.date: 08/30/2018
66
ms.topic: conceptual
77
author: MashaMSFT
88
ms.author: mathoma
99
manager: craigg
10+
monikerRange: ">=sql-server-ver15||=sqlallproducts-allversions"
1011
---
1112
# Differences to SQL Server Machine Learning Services installation in vNext
13+
1214
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
1315

14-
Starting in SQL Server 2017, R and Python support for in-database analytics is provided in SQL Server Machine Learning Services, the successor to R Services feature introduced in SQL Server 2016. Function libraries are available in R and Python and run as external script on a database engine instance.
16+
Starting in SQL Server 2017, R and Python support for in-database analytics is provided in SQL Server Machine Learning Services, the successor to R Services feature introduced in SQL Server 2016. Function libraries are available in R and Python, and run as external scripts on a database engine instance.
1517

16-
This article details the differences when installing SQL Server Machine Learning Services for SQL Server vNext. For installation instructions, please see [Install SQL Server Machine Learning Services](sql-machine-learning-services-windows-install.md).
18+
This article details the differences when installing SQL Server Machine Learning Services for SQL Server 2019. For installation instructions, please see [Install SQL Server Machine Learning Services](sql-machine-learning-services-windows-install.md).
1719

1820
## User accounts
1921

20-
Before SQL Server vNext, physical user accounts were being used to isolate satellite processes. However, SQL Server vNext now uses appcontainers.
22+
Before SQL Server 2019, physical user accounts were being used to isolate satellite processes. However, SQL Server 2019 now uses appcontainers.
2123

2224
The main differences with user accounts are:
2325
- Physical user accounts are no longer created. This is beneficial for machines with policies that disable local users from logging on, and with passwords that expire.
24-
- To use implied authentication, create a SQL login for launchpad user account. Previously, this was necessary for the 'SQL R User Group'.
25-
- 'All Application Packages' group will be granted 'read and execute' permissions to the SQL Server binn, R_SERVICES, and PTYHON_SERVICES directories.
26+
- To use implied authentication, create a SQL login for launchpad user account. Previously, this was necessary for the **SQL R User Group**.
27+
- **All Application Packages** group will be granted **read and execute** permissions to the SQL Server binn, R_SERVICES, and PTYHON_SERVICES directories.
2628

2729
## Firewall
28-
No firewall rule will be created for 'SQL R User Group'. Since there is no equivalent group concept for appcontainers, SQL Server setup will create firewall rules for each appcontainer. As such, if there are 20 appcontainers, then 20 firewall rules will be created. An example of a firewall rule name is 'Block network access for AppContainer-00 in SQL Server instance MSSQLSERVER', where MSSQLSERVER is the name of the SQL Server instance.
30+
31+
No firewall rule will be created for **SQL R User Group**. Since there is no equivalent group concept for appcontainers, SQL Server setup will create firewall rules for each appcontainer. As such, if there are 20 appcontainers, then 20 firewall rules will be created. An example of a firewall rule name is **Block network access for AppContainer-00 in SQL Server instance MSSQLSERVER**, where MSSQLSERVER is the name of the SQL Server instance.
2932

3033
## Symbolic link
34+
3135
A symbolic link will be created to the current default R_SERVICES location as part of SQL Server setup. To avoid creating this link, grant 'all application packages' read permission to the hierarchy leading up to the R_SERVICES folder.
3236

3337

3438
## Get help
3539

3640
Need help with installation or upgrade? For answers to common questions and known issues, see the following article:
37-
* [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md)
41+
- [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md)
3842

3943
To check the installation status of the instance and fix common issues, try these custom reports.
40-
* [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
44+
- [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
4145

4246
## Next steps
4347

44-
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
48+
R developers can get started with simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
4549

46-
+ [Tutorial: Run R in T-SQL](../tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
47-
+ [Tutorial: In-database analytics for R developers](../tutorials/sqldev-in-database-r-for-sql-developers.md)
50+
- [Tutorial: Run R in T-SQL](../tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
51+
- [Tutorial: In-database analytics for R developers](../tutorials/sqldev-in-database-r-for-sql-developers.md)
4852

4953
Python developers can learn how to use Python with SQL Server by following these tutorials:
5054

51-
+ [Tutorial: Run Python in T-SQL](../tutorials/run-python-using-t-sql.md)
52-
+ [Tutorial: In-database analytics for Python developers](../tutorials/sqldev-in-database-python-for-sql-developers.md)
55+
- [Tutorial: Run Python in T-SQL](../tutorials/run-python-using-t-sql.md)
56+
- [Tutorial: In-database analytics for Python developers](../tutorials/sqldev-in-database-python-for-sql-developers.md)
5357

5458
To view examples of machine learning that are based on real-world scenarios, see [Machine learning tutorials](../tutorials/machine-learning-services-tutorials.md).

0 commit comments

Comments
 (0)