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/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,9 @@ If you encounter any installation errors during setup, check the summary log in
76
76
77
77
Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes for R, Python, and Java are no longer shipped or installed with SQL Server setup. Instead, use the following sections to install your custom runtimes and packages.
78
78
79
-
### Install R
79
+
### Setup R support
80
+
81
+
#### Install R runtime
80
82
81
83
1. Download and install the most recent version of [R 4.2 for Windows](https://cran.r-project.org/bin/windows/base/).
82
84
@@ -98,6 +100,8 @@ Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes f
1.ConfiguretheinstalledRruntimewithSQLServer.Youcanchangethedefaultversionbyusingthe`RegisterRext.exe`command-lineutility.TheutilityisinanRapplicationfolderthatdependsontheinstallation.Usually, it's in `%ProgramFiles%\R\R-4.2.0\library\RevoScaleR\rxLibs\x64`.
102
106
103
107
You can use the following script to configure the installed R runtime from the installation folder location of `RegisterRext.exe`. The instance name is `MSSQLSERVER` for a default instance of SQL Server, or the instance name for a named instance of SQL Server.
@@ -130,7 +134,9 @@ Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes f
130
134
GO
131
135
```
132
136
133
-
### Install Python
137
+
### Setup Python support
138
+
139
+
#### Install Python runtime
134
140
135
141
1. Download the most recent version of [Python 3.10 for Windows](https://www.python.org/downloads/). Install it by using the following options:
136
142
@@ -148,6 +154,8 @@ Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes f
1. Configure the installed Python runtime with SQL Server. You can change the default version by using the `RegisterRext.exe` command-line utility. The utility is in the custom installation location (for example, `C:\Program Files\Python310\Lib\site-packages\revoscalepy\rxLibs`).
152
160
153
161
You can use the following script to configure the installed Python runtime from the installation folder location of `RegisterRext.exe`. The instance name is `MSSQLSERVER` for a default instance of SQL Server, or the instance name for a named instance of SQL Server.
@@ -238,6 +246,10 @@ Packages that you want to use from SQL Server must be installed in the default l
238
246
239
247
To install and manage additional packages, you can set up user groups to share packages on a per-database level. Or you can configure database roles to enable users to install their own packages. For more information, see [Install Python packages](../package-management/install-additional-python-packages-on-sql-server.md) and [Install new R packages](../package-management/install-additional-r-packages-on-sql-server.md).
240
248
249
+
### Standalone RevoScale packages for Python and R runtime
250
+
251
+
RevoScale packages are also supported as a standalone package with Python and R runtimes. In order to setup Python or R runtime for the standalone scenario, follow the instructions in the [Install Python runtime](#install-python-runtime) and [Install R runtime](#install-r-runtime) sections respectively.
252
+
241
253
## Next steps
242
254
243
255
Python developers can learn how to use Python with SQL Server by following these tutorials:
0 commit comments