You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-analytics/install/sql-ml-component-commandline-install.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Run SQL Server command line setup to add R language and Python inte
4
4
ms.prod: sql
5
5
ms.technology: machine-learning
6
6
7
-
ms.date: 08/21/2018
7
+
ms.date: 03/13/2019
8
8
ms.topic: conceptual
9
9
author: HeidiSteen
10
10
ms.author: heidist
@@ -52,7 +52,7 @@ When installing through the command prompt, [!INCLUDE[ssNoVersion](../../include
52
52
| /IACCEPTPYTHONLICENSETERMS | Indicates you have accepted the license terms for using the Python components. |
53
53
| /IACCEPTSQLSERVERLICENSETERMS | Indicates you have accepted the license terms for using SQL Server.|
54
54
| /MRCACHEDIRECTORY | For offline setup, sets the folder containing the R component CAB files. |
55
-
| /MPYCACHEDIRECTORY |For offline setup, sets the folder containing the Python component CAB files. |
55
+
| /MPYCACHEDIRECTORY |Reserved for future use. Use %TEMP% to store Python component CAB files for installation on computers that do not have an internet connection. |
A silent installation suppresses the check for .cab file locations. For this reason, you must specify the location where .cab files are to be unpacked. You can the temp directory for this.
130
+
A silent installation suppresses the check for .cab file locations. For this reason, you must specify the location where .cab files are to be unpacked. For Python, CAB files must be located in %TEMP*. For R, you can set the folder path using You can the temp directory for this.
Copy file name to clipboardExpand all lines: docs/advanced-analytics/install/sql-ml-component-install-without-internet-access.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Offline or disconnected Machine Learning R and Python setup on isol
4
4
ms.prod: sql
5
5
ms.technology: machine-learning
6
6
7
-
ms.date: 10/01/2018
7
+
ms.date: 03/13/2019
8
8
ms.topic: conceptual
9
9
author: HeidiSteen
10
10
ms.author: heidist
@@ -17,8 +17,8 @@ By default, installers connect to Microsoft download sites to get required and u
17
17
18
18
In-database analytics consist of database engine instance, plus additional components for R and Python integration, depending on the version of SQL Server.
19
19
20
-
+ SQL Server 2017 includes R and Python.
21
-
+ SQL Server 2016 is R-only.
20
+
+ SQL Server 2017 includes R and Python
21
+
+ SQL Server 2016 is R-only.
22
22
23
23
On an isolated server, machine learning and R/Python language-specific features are added through CAB files.
24
24
@@ -70,7 +70,9 @@ One way to get an .iso file containing the installation media is through [Visual
70
70
71
71
## Transfer files
72
72
73
-
Copy the SQL Server installation media (.iso or .cab) and in-database analytics CAB files to the target computer. Place the CAB files and installation media file in the same folder on the target machine, such as **Downloads** or the setup user's %temp* folder.
73
+
Copy the SQL Server installation media (.iso or .cab) and in-database analytics CAB files to the target computer. Place the CAB files and installation media file in the same folder on the target machine, such as the setup user's %TEMP* folder.
74
+
75
+
The %TEMP% folder is required for Python CAB files. For R, you can use %TEMP% or set the myrcachedirectory parameter to the CAB path.
74
76
75
77
The following screenshot shows SQL Server 2017 CAB and ISO files. SQL Server 2016 downloads look different: fewer files (no Python), and the installation media file name is for 2016.
Copy file name to clipboardExpand all lines: docs/advanced-analytics/python/setup-python-client-tools-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this article, learn how to configure a Python development workstation so that
24
24
To validate the installation, you can use built-in Jupyter Notebooks as described in this article, or [link the libraries](#install-ide) to PyCharm or any another IDE that you normally use.
25
25
26
26
> [!Tip]
27
-
> For a video demonstration of these exercises, see [Run R and Python remotely in SQL Server from Jupyter Notebooks](https://blogs.msdn.microsoft.com/mlserver/2018/07/10/run-r-and-python-remotely-in-sql-server-from-jupyter-notebooks-or-any-ide/).
27
+
> For a video demonstration of these exercises, see [Run R and Python remotely in SQL Server from Jupyter Notebooks](https://youtu.be/D5erljpJDjE).
28
28
29
29
> [!Note]
30
30
> An alternative to client library installation is using a [standalone server](../install/sql-machine-learning-standalone-windows-install.md) as a rich client, which some customers prefer for deeper scenario work. A standalone server is fully decoupled from SQL Server, but because it has the same Python libraries, you can use it as a client for SQL Server in-database analytics. You can also use it for non-SQL-related work, including the ability to import and model data from other data platforms. If you install a standalone server, you can find the Python executable at this location: `C:\Program Files\Microsoft SQL Server\140\PYTHON_SERVER`. To validate your installation, [open a Jupyter notebook](#python-tools) to run commands using the Python.exe at that location.
0 commit comments