From b5e218511f88d8acd566a1021bacf7b11d1da81c Mon Sep 17 00:00:00 2001 From: John K Ness Date: Fri, 4 Aug 2017 12:46:02 +0200 Subject: [PATCH 1/2] Add parameters RS_SHP and RS_SHPWFE Add the parameters RS_SHP and RS_SHPWFE together with a brief description of what they are for. --- .../install-sql-server-2016-from-the-command-prompt.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md b/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md index 0ad7173b4b5..3eff1a8c204 100644 --- a/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md +++ b/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md @@ -839,8 +839,10 @@ setup.exe /q /ACTION=RemoveNode /INSTANCENAME="" [/INDICAT ||PolyBase|Installs PolyBase components.| ||AdvancedAnalytics|Installs R Services (In-Database).| |AS||Installs all [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] components.| -|RS||Installs all [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components.| -|DQC||Installs [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)].| +|RS||Installs all [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components.|   +|RS_SHP||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Add-In for SharePoint products.|  +|RS_SHPWFE||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components |  +|DQC||Installs [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)].|   |IS||Installs all [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] components.| |MDS||Installs [!INCLUDE[ssMDSshort](../../includes/ssmdsshort-md.md)].| |SQL_SHARED_MR||Installs Microsoft R Server.| From 32e4a4c794a157fa747f99c17d11f969a10648a0 Mon Sep 17 00:00:00 2001 From: John K Ness Date: Fri, 4 Aug 2017 15:52:53 +0200 Subject: [PATCH 2/2] Fix typo in RS_SHP and RS_SHPWFE description Fix typo in RS_SHP und RS_SHPWFE descriptions. --- .../install-sql-server-2016-from-the-command-prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md b/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md index 3eff1a8c204..bf757a8e6c4 100644 --- a/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md +++ b/docs/database-engine/install-windows/install-sql-server-2016-from-the-command-prompt.md @@ -840,8 +840,8 @@ setup.exe /q /ACTION=RemoveNode /INSTANCENAME="" [/INDICAT ||AdvancedAnalytics|Installs R Services (In-Database).| |AS||Installs all [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] components.| |RS||Installs all [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components.|   -|RS_SHP||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Add-In for SharePoint products.|  -|RS_SHPWFE||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components |  +|RS_SHP||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components for SharePoint.|  +|RS_SHPWFE||Installs [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Add-In for SharePoint products. |  |DQC||Installs [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)].|   |IS||Installs all [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] components.| |MDS||Installs [!INCLUDE[ssMDSshort](../../includes/ssmdsshort-md.md)].|