Skip to content

Commit 2bf2a47

Browse files
rwestMSFTascarter
andauthored
Add known issue for Linux and refresh article (#34477)
Co-authored-by: Andrew Carter <[email protected]>
1 parent 6e34a53 commit 2bf2a47

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

docs/sql-server/sql-server-2025-release-notes.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,69 @@
11
---
2-
title: "SQL Server 2025 release notes"
2+
title: "SQL Server 2025 Release Notes"
33
description: Find information about SQL Server 2025 (17.x) limitations, known issues, help resources, and other release notes.
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest
7-
ms.date: 06/12/2025
7+
ms.date: 06/19/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: release-notes
11-
monikerRange: ">= sql-server-2016"
1211
ms.custom:
1312
- build-2025
13+
monikerRange: ">=sql-server-2016"
1414
---
1515

1616
# SQL Server 2025 Preview release notes
1717

18-
[!INCLUDE[sqlserver2025](../includes/applies-to-version/sqlserver2025.md)]
18+
[!INCLUDE [sqlserver2025](../includes/applies-to-version/sqlserver2025.md)]
1919

20-
This article describes requirements, limitations, and known issues for [!INCLUDE[sssql25-md](../includes/sssql25-md.md)].
20+
This article describes requirements, limitations, and known issues for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
2121

2222
This article is updated for community technology preview (CTP 2.1).
2323

2424
## Hardware and software requirements
2525

26-
For hardware and software requirements, see [SQL Server 2025: Hardware and software requirements](install/hardware-and-software-requirements-for-installing-sql-server-2025.md).
26+
For hardware and software requirements, see [Hardware and software requirements for SQL Server 2025 Preview](install/hardware-and-software-requirements-for-installing-sql-server-2025.md).
2727

2828
## Known issues
2929

30-
### SQL Server fails to start after installation
30+
### SQL Server on Windows fails to start after installation
3131

3232
**Issue**: SQL Server instances on Windows might fail to start after the installation if the machine has more than 64 logical cores per NUMA node.
3333

3434
For more information, see [Limit number of logical cores per NUMA node to 64](compute-capacity-limits-by-edition-of-sql-server.md#limit-number-of-logical-cores-per-numa-node-to-64).
3535

36+
### SQL Server on Linux fails to start after installation
37+
38+
**Issue**: SQL Server instances on Linux might fail to start if the machine uses an Intel 12th Gen or later hybrid architecture CPU, and the host operating system is Linux.
39+
40+
You might see an error message similar to the following output:
41+
42+
```output
43+
Reason: 0x00000004 Message: ASSERT: Expression=(result * DrtlGetProcessorCoreCount() == DrtlGetProcessorCount()) File=LibOS\Windows\Kernel\SQLPal\common\dk\sos\src\sosnumap.cpp Line=208
44+
```
45+
46+
If you want to use a Linux host operating system, you can work around the issue by disabling efficiency cores (E-cores) in your BIOS. If you use containers, or a hypervisor like Hyper-V on Windows (including WSL), you aren't affected.
47+
3648
### Upgrade in place
3749

3850
[!INCLUDE [sssql25-md](../includes/sssql25-md.md)] doesn't support in place upgrades from previous versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], including SQL Server 2025 CTP releases.
3951

4052
### Setting the backup compression algorithm to ZSTD
4153

42-
There's a known issue when attempting to set the [backup compression algorithm](../database-engine/configure-windows/view-or-configure-the-backup-compression-algorithm-server-configuration-option.md) to ZSTD.
54+
There's a known issue when attempting to set the [backup compression algorithm](../database-engine/configure-windows/view-or-configure-the-backup-compression-algorithm-server-configuration-option.md) to ZSTD.
4355

4456
When specifying the ZSTD algorithm (`backup compression algorithm = 3`), the following error message returns:
4557

46-
```console
47-
Msg 15129, Level 16, State 1, Procedure sp_configure `3` is not a valid value for configuration option 'backup compression algorithm'.
58+
```output
59+
Msg 15129, Level 16, State 1, Procedure sp_configure `3` is not a valid value for configuration option 'backup compression algorithm'.
4860
```
4961

5062
Use the new compression algorithm directly in the [BACKUP](../t-sql/statements/backup-transact-sql.md#-compression---algorithm---ms_xpress--zstd--accelerator_algorithm---level---low--medium--high------no_compression-) Transact-SQL command instead of setting the server configuration option.
5163

5264
### Incorrect behavior of SESSION_CONTEXT in parallel plans
5365

54-
Queries that use the built-in `SESSION_CONTEXT` function may return incorrect results or trigger access violation (AV) dumps when executed in parallel query plans. This issue stems from the way `SESSION_CONTEXT` interacts with parallel execution threads, particularly when the session is reset for reuse.
66+
Queries that use the built-in `SESSION_CONTEXT` function might return incorrect results or trigger access violation (AV) dumps when executed in parallel query plans. This issue stems from the way `SESSION_CONTEXT` interacts with parallel execution threads, particularly when the session is reset for reuse.
5567

5668
For more information, see the [Known issues](../t-sql/functions/session-context-transact-sql.md#known-issues) section in `SESSION_CONTEXT`.
5769

0 commit comments

Comments
 (0)