Skip to content

Commit 407b3f3

Browse files
LeeGWoodsrwestMSFT
authored andcommitted
Update install-sql-server-from-the-command-prompt.md
Various updates
1 parent 745575f commit 407b3f3

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/database-engine/install-windows/install-sql-server-from-the-command-prompt.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,12 @@ For more information about service account configuration, see [Configure Windows
902902
903903
## <a id="Feature"></a> Feature parameters
904904

905-
To install specific features, use the `/FEATURES` parameter and specify the parent feature or feature values in the following table. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Editions and Supported Features for [!INCLUDE[sssql16-md](../../includes/sssql16-md.md)]](../../sql-server/editions-and-components-of-sql-server-2016.md), [Editions and Supported Features for [!INCLUDE[sssql17](../../includes/sssql17-md.md)]](../../sql-server/editions-and-components-of-sql-server-2017.md), or [Editions and Supported Features for [!INCLUDE[sssql19](../../includes/sssql19-md.md)]](../../sql-server/editions-and-components-of-sql-server-version-15.md).
905+
To install specific features, use the `/FEATURES` parameter and specify the parent feature or feature values in the following table. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see:
906+
907+
- [Editions and supported features of SQL Server 2022](../../sql-server/editions-and-components-of-sql-server-2022.md)
908+
- [Editions and supported features of SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-2019.md)
909+
- [Editions and Supported Features of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md)
910+
- [Editions and Supported Features of SQL Server 2016](../../sql-server/editions-and-components-of-sql-server-2016.md)
906911

907912
|Parent feature parameter|Feature parameter|Description|
908913
|:---|:---|:---|
@@ -946,9 +951,8 @@ To install specific features, use the `/FEATURES` parameter and specify the pare
946951
|---|---|
947952
|`/FEATURES=SQLEngine`|Installs the [!INCLUDE[ssDE](../../includes/ssde-md.md)] without replication and full-text.|
948953
|`/FEATURES=SQLEngine,FullText`|Installs the [!INCLUDE[ssDE](../../includes/ssde-md.md)] and full-text.|
949-
|`/FEATURES=SQL,Tools`|Installs the complete [!INCLUDE[ssDE](../../includes/ssde-md.md)] and all tools.|
950-
|`/FEATURES=BOL`|Installs SQL Server Books Online components to view and manage help content.|
951-
|`/FEATURES=SQLEngine,PolyBase`|Installs the PolyBase engine.|
954+
|`/FEATURES=SQL`|Installs the [!INCLUDE[ssDE](../../includes/ssde-md.md)], replication, and full-text.|
955+
|`/FEATURES=SQLEngine,PolyBase`|Installs the [!INCLUDE[ssDE](../../includes/ssde-md.md)] and the PolyBase engine.|
952956

953957
## <a id="RoleParameters"></a> Role parameters
954958

0 commit comments

Comments
 (0)