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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
## Overview
23
23
24
-
The sqlserver module installs and manages Microsoft SQL Server 2014, 2016, 2017, 2019and 2022 on Windows systems.
24
+
The sqlserver module installs and manages Microsoft SQL Server 2014, 2016, 2017, 2019, 2022 and 2025 on Windows systems.
25
25
26
26
## Module Description
27
27
@@ -273,11 +273,11 @@ For information on the classes and types, see the [REFERENCE.md](https://github.
273
273
274
274
## Limitations
275
275
276
-
SQL 2017, 2019and 2022 detection support has been added. This support is limited to functionality already present for other versions.
276
+
SQL 2017, 2019, 2022 and 2025 detection support has been added. This support is limited to functionality already present for other versions.
277
277
278
278
The MSOLEDBSQL driver is now required to use this module. You can use this chocolatey [package](https://community.chocolatey.org/packages/msoledbsql) for installation. but it must version 18.x or earlier. (v19+ is not currently supported)
279
279
280
-
This module can manage only a single version of SQL Server on a given host (one and only one of SQL Server 2014, 2016, 2017, 2019or 2022). The module is able to manage multiple SQL Server instances of the same version.
280
+
This module can manage only a single version of SQL Server on a given host (one and only one of SQL Server 2014, 2016, 2017, 2019, 2022 or 2025). The module is able to manage multiple SQL Server instances of the same version.
281
281
282
282
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.
0 commit comments