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-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
@@ -3,7 +3,7 @@ title: Install from a command prompt
3
3
description: Run SQL Server command line setup to add Machine Learning Services with Python and R to a SQL Server database engine instance.
4
4
ms.prod: sql
5
5
ms.technology: machine-learning-services
6
-
ms.date: 10/12/2020
6
+
ms.date: 11/25/2020
7
7
ms.topic: how-to
8
8
author: dphansen
9
9
ms.author: davidph
@@ -31,9 +31,9 @@ You can specify silent, basic, or full interaction with the Setup user interface
31
31
32
32
## Command line arguments
33
33
34
-
The FEATURES argument is required, as are licensing term agreements.
34
+
The **/FEATURES** argument is required, as are licensing term agreements.
35
35
36
-
When installing through the command prompt, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports full quiet mode by using the /Q parameter, or Quiet Simple mode by using the /QS parameter. The /QS switch only shows progress, does not accept any input, and displays no error messages if encountered. The /QS parameter is only supported when /Action=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/install is specified.
36
+
When installing through the command prompt, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports full quiet mode by using the **/Q** parameter, or Quiet Simple mode by using the **/QS** parameter. The **/QS** switch only shows progress, does not accept any input, and displays no error messages if encountered. The **/QS** parameter is only supported when **/Action=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/install%3Cspan class="pl-s x x-first x-last">** is specified.
@@ -204,4 +204,4 @@ Python developers can learn how to use Python with SQL Server by following these
204
204
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:
205
205
206
206
+[Quickstart: Run R in T-SQL](../tutorials/quickstart-r-create-script.md)
207
-
+[Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)
207
+
+[Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)
0 commit comments