|
20 | 20 |
|
21 | 21 | ## Overview
|
22 | 22 |
|
23 |
| -The sqlserver module installs and manages Microsoft SQL Server 2012, 2014, 2016 and 2017 on Windows systems. |
| 23 | +The sqlserver module installs and manages Microsoft SQL Server 2012, 2014, 2016, 2017, 2019 on Windows systems. |
24 | 24 |
|
25 | 25 | ## Module Description
|
26 | 26 |
|
@@ -392,15 +392,15 @@ Default: `undef`.
|
392 | 392 |
|
393 | 393 | ##### `polybase_svc_account`
|
394 | 394 |
|
395 |
| -**Applicable only if the POLYBASE feature for SQL Server 2016 is being installed.** |
| 395 | +**Applicable only if the POLYBASE feature for SQL Server 2016 or above is being installed.** |
396 | 396 |
|
397 | 397 | Specifies a domain or system account for the Polybase Engine service.
|
398 | 398 |
|
399 | 399 | Valid options: a string specifying an existing username.
|
400 | 400 |
|
401 | 401 | ##### `polybase_svc_password`
|
402 | 402 |
|
403 |
| -**Applicable only if the POLYBASE feature for SQL Server 2016 is being installed.** |
| 403 | +**Applicable only if the POLYBASE feature for SQL Server 2016 or above is being installed.** |
404 | 404 |
|
405 | 405 | Specifies the password for the Polybase Engine service
|
406 | 406 |
|
@@ -1068,9 +1068,9 @@ Terminology differs somewhat between various database systems; please refer to t
|
1068 | 1068 |
|
1069 | 1069 | ## Limitations
|
1070 | 1070 |
|
1071 |
| -SQL 2017 detection support has been added. This support is limited to functionality already present for other versions. No new SQL 2017 specific functionality has been added in this release. |
| 1071 | +SQL 2017 and 2019 detection support has been added. This support is limited to functionality already present for other versions. No new SQL 2017 or above specific functionality has been added in this release. |
1072 | 1072 |
|
1073 |
| -This module can manage only a single version of SQL Server on a given host (one and only one of SQL Server 2012, 2014 or 2016). The module is able to manage multiple SQL Server instances of the same version. |
| 1073 | +This module can manage only a single version of SQL Server on a given host (one and only one of SQL Server 2012, 2014, 2016, 2017, or 2019). The module is able to manage multiple SQL Server instances of the same version. |
1074 | 1074 |
|
1075 | 1075 | This module cannot manage the SQL Server Native Client SDK (also known as SNAC_SDK). The SQL Server installation media can install the SDK, but it is not able to uninstall the SDK. Note that the 'sqlserver_features' fact detects the presence of the SDK.
|
1076 | 1076 |
|
|
0 commit comments