Skip to content

Commit 35201ac

Browse files
committed
Add new features
1 parent 9478c36 commit 35201ac

4 files changed

Lines changed: 51 additions & 8 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: rwestMSFT
3+
ms.author: randolphwest
4+
ms.date: 01/28/2026
5+
ms.service: sql
6+
ms.topic: include
7+
ms.custom:
8+
- linux-related-content
9+
---
10+
11+
[!INCLUDE [Applies to](../../includes/applies-md.md)] [!INCLUDE [SQL Server 2022](_ss2022.md)] and later versions on Linux

docs/linux/sql-server-linux-custom-password-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ monikerRange: "=sql-server-ver17 || =sql-server-linux-ver17"
1717

1818
# Set custom password policy for SQL logins in SQL Server on Linux
1919

20-
[!INCLUDE [sqlserver2025-linux](../includes/applies-to-version/sqlserver2025-linux.md)]
20+
[!INCLUDE [sqlserver2022-and-later-linux](../includes/applies-to-version/sqlserver2022-and-later-linux.md)]
2121

22-
This article describes how you can set up and manage SQL login password policies for SQL Server on Linux.
22+
This article describes how you can set up and manage SQL login password policies, starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update (CU) 23, and [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
2323

2424
Password policies are a crucial aspect of securing any database environment. They enforce:
2525

docs/linux/sql-server-linux-whats-new-2022.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "What's New for SQL Server 2022 on Linux"
33
description: In this article, learn about the major features and services available for SQL Server 2022 running on Linux.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 06/06/2025
6+
ms.date: 01/27/2026
77
ms.service: sql
88
ms.subservice: linux
99
ms.topic: whats-new
@@ -21,6 +21,12 @@ This article describes the major features and services available for [!INCLUDE [
2121

2222
In addition to these capabilities in this article, cumulative updates (CUs) are released at regular intervals. These cumulative updates provide many improvements and fixes. For detailed information about the latest CU release, see [SQL Server 2022 build versions](/troubleshoot/sql/releases/sqlserver-2022/build-versions). For package downloads and known issues, see the [Release notes](sql-server-linux-release-notes-2022.md).
2323

24+
## Custom password policy support
25+
26+
[!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update (CU) 23 provides support for configuring a custom password policy. This feature was backported from [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
27+
28+
For more information, see [Set custom password policy for SQL logins in SQL Server on Linux](sql-server-linux-custom-password-policy.md).
29+
2430
## Red Hat Enterprise Linux 9 support
2531

2632
Red Hat Enterprise Linux (RHEL) 9 is supported in [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 10 and later versions. For more information, see [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver16&preserve-view=true).
@@ -39,7 +45,7 @@ The following updates are available in [!INCLUDE [sssql22-md](../includes/sssql2
3945

4046
| New feature or update | Details |
4147
| --- | --- |
42-
| Microsoft Entra Managed Identity | The Microsoft Entra managed identity for SQL Server on Azure VM isn't supported on Linux. For more information, see [Improvement: Microsoft Entra managed identity support for backup and restore database operations and for EKM with AKV in SQL Server on Azure VMs](/troubleshoot/sql/releases/sqlserver-2022/microsoft-entra-managed-identity-support-for-backup-restore-database-ekm-akv). |
48+
| Microsoft Entra Managed Identity | The Microsoft Entra managed identity for SQL Server on Azure Virtual Machines isn't supported on Linux. For more information, see [Improvement: Microsoft Entra managed identity support for backup and restore database operations and for EKM with AKV in SQL Server on Azure VMs](/troubleshoot/sql/releases/sqlserver-2022/microsoft-entra-managed-identity-support-for-backup-restore-database-ekm-akv). |
4349

4450
## Related content
4551

docs/linux/sql-server-linux-whats-new-2025.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,45 @@ This article describes the major features and services available for [!INCLUDE [
2121

2222
## Updates
2323

24+
This section describes updates for each release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
25+
26+
- [Cumulative Update 1](#cumulative-update-1)
27+
- [GA release](#general-availability)
28+
29+
### Cumulative Update 1
30+
31+
The following updates apply to [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] Cumulative Update (CU) 1.
32+
33+
- **Red Hat Enterprise Linux 10 support**. [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] is fully supported on Red Hat Enterprise Linux (RHEL) 10. For more information, see [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-ver17&tabs=rhel8%2C2025rhel10&preserve-view=true).
34+
35+
- **Ubuntu 24.04 support**. [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] is fully supported on Ubuntu 24.04. For more information, see [Quickstart: Install SQL Server and create a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-ver17&tabs=ubuntu2004%2C2505ubuntu2404%2Codbc-ubuntu-2404&preserve-view=true).
36+
37+
- **Contained availability groups (AGs)**. Enable database create and restore operations directly through the contained AG listener. This improvement eliminates the need to connect to the physical replica, simplifying high availability automation on Linux.
38+
39+
For more information, see [Enable database creation or restoration in contained availability group sessions](../database-engine/availability-groups/windows/contained-availability-groups-overview.md#enable-database-creation-or-restoration-in-contained-availability-group-sessions).
40+
41+
- **New dynamic management views**. Four new Linux‑specific dynamic management views (DMVs) provide insights into host and virtual memory resource utilization, aiding performance troubleshooting and diagnostics.
42+
43+
- [sys.dm_os_linux_cpu_stats](../relational-databases/system-dynamic-management-views/sys-dm-os-linux-cpu-stats-transact-sql.md)
44+
- [sys.dm_os_linux_disk_stats](../relational-databases/system-dynamic-management-views/sys-dm-os-linux-disk-stats-transact-sql.md)
45+
- [sys.dm_os_linux_net_stats](../relational-databases/system-dynamic-management-views/sys-dm-os-linux-net-stats-transact-sql.md)
46+
- [sys.dm_os_linux_vm_stats](../relational-databases/system-dynamic-management-views/sys-dm-os-linux-vm-stats-transact-sql.md)
47+
48+
- **Support for the adutil tool on Ubuntu 24.04 and Red Hat Enterprise Linux 10**. The **adutil** tool is available on Ubuntu 24.04 and Red Hat Enterprise Linux (RHEL) 10, expanding support for Active Directory authentication scenarios on Linux.
49+
50+
For more information, see [Introduction to adutil - Active Directory utility](sql-server-linux-ad-auth-adutil-introduction.md).
51+
52+
### General availability
53+
2454
The following updates are available in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Linux:
2555

2656
| New feature or update | Details |
2757
| --- | --- |
2858
| TLS 1.3 enabled by default | [Encrypt connections to SQL Server on Linux](sql-server-linux-encrypted-connections.md) |
29-
| Red Hat 10 support <sup>1</sup> | [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-ver17&tabs=rhel8%2C2025rhel10&preserve-view=true) |
30-
| Ubuntu 24.04 support <sup>1</sup> | [Quickstart: Install SQL Server and create a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-ver17&tabs=ubuntu2004%2C2505ubuntu2404%2Codbc-ubuntu-2404&preserve-view=true) |
3159
| Custom password policy | [Set custom password policy for SQL logins in SQL Server on Linux](sql-server-linux-custom-password-policy.md) |
3260
| tmpfs support for `tempdb` | [Enable and run tempdb on tmpfs for SQL Server 2025 on Linux](sql-server-linux-tmpfs-tempdb.md) |
3361
| Generic ODBC data source support for PolyBase | [Connect to ODBC data sources with PolyBase on SQL Server on Linux](sql-server-linux-polybase.md) |
3462

35-
<sup>1</sup> Starting in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1.
36-
3763
## Related content
3864

3965
- [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver17&preserve-view=true)

0 commit comments

Comments
 (0)