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

Commit a3aa10c

Browse files
authored
Merge pull request #14784 from dphansen/patch-2
Added loopback connection pre-req
2 parents 7dc9ac5 + 11f9806 commit a3aa10c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/machine-learning/tutorials/r-tutorial-create-models-per-partition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to model, train, and use partitioned data that is created
44
ms.prod: sql
55
ms.technology: machine-learning
66

7-
ms.date: 11/06/2019
7+
ms.date: 04/30/2020
88
ms.topic: tutorial
99
ms.author: davidph
1010
author: dphansen
@@ -41,6 +41,8 @@ To complete this tutorial, you must have the following:
4141

4242
+ SQL Server 2019 database engine instance, with Machine Learning Services and R integration.
4343

44+
+ The tutorial uses [loopback connection to SQL Server from an R script over ODBC](../connect/loopback-connection.md]. Therefore, you need to [create a login for SQLRUserGroup](../security/create-a-login-for-sqlrusergroup.md).
45+
4446
Check version by executing **`SELECT @@Version`** as a T-SQL query in a query tool.
4547

4648
Check availability of R packages by returning a well-formatted list of all R packages currently installed with your database engine instance:

0 commit comments

Comments
 (0)