Skip to content

Commit 297fad8

Browse files
Merge pull request #36100 from rwestMSFT/rw-1217-known-issue
Known issue for LocalDB
2 parents 2aaf6e8 + 4549dc1 commit 297fad8

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

docs/sql-server/sql-server-2025-known-issues.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Known issues, causes, and workarounds for SQL Server 2025 (17.x), c
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest
7-
ms.date: 11/18/2025
7+
ms.date: 12/17/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: troubleshooting-known-issue
@@ -19,7 +19,7 @@ monikerRange: ">=sql-server-2016"
1919

2020
This article describes known issues for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
2121

22-
[!INCLUDE [sssql25-md](../includes/sssql25-md.md)] has currently identified the following known issues:
22+
The following issues are currently identified:
2323

2424
- [Installation fails when TLS 1.2 is disabled](#sql-server-2025-installation-fails-when-tls-12-is-disabled)
2525
- [Windows Arm64 not supported](#windows-arm64-not-supported)
@@ -36,6 +36,7 @@ This article describes known issues for [!INCLUDE [sssql25-md](../includes/sssql
3636
- [SQL Server audit events don't write to the Security log](#sql-server-audit-events-dont-write-to-the-security-log)
3737
- [Upgrade fails if Data Quality Services is installed](#upgrade-fails-if-data-quality-services-is-installed)
3838
- [Full-Text Search fails to index plaintext documents larger than 25 MB](#full-text-search-fails-to-index-plaintext-documents-larger-than-25-mb)
39+
- [Incorrect license agreement for LocalDB installer](#incorrect-license-agreement-for-localdb-installer)
3940

4041
## SQL Server 2025 installation fails when TLS 1.2 is disabled
4142

@@ -137,13 +138,13 @@ ALTER DATABASE [Database_Name]
137138
(OPERATION_MODE = READ_WRITE);
138139
```
139140

140-
Queries that meet the following conditions could experience an access violation when a PSP [query variant](../relational-databases/performance/parameter-sensitive-plan-optimization.md#query-variant) can't determine the persisted state of its parent dispatcher statement:
141+
Queries that meet the following conditions might experience an access violation when a PSP [query variant](../relational-databases/performance/parameter-sensitive-plan-optimization.md#query-variant) can't determine the persisted state of its parent dispatcher statement:
141142

142143
- Executed on a secondary replica
143144
- Sensitive to parameter sniffing
144145
- Eligible for parameter sensitive plan (PSP) optimization
145146

146-
A fix has been identified and will be part of a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
147+
We have identified a fix for a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
147148

148149
**Workaround**: Disable PSP on secondaries for each database that was onboarded to use the Query Store for readable secondaries feature. From within the context of a specific database, issue the following Transact-SQL statement:
149150

@@ -154,14 +155,14 @@ ALTER DATABASE SCOPED CONFIGURATION FOR SECONDARY
154155

155156
## SQL Server audit events don't write to the Security log
156157

157-
Assume that you configured multiple [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] audit events to write to the Security log in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]. In this scenario, you notice that all server audits, except the first server audit, don't write. Additionally, when you add the second server audit, you might receive an error that resembles the following message in the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] error log:
158+
Assume that you configured multiple [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] audit events to write to the [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] Security log. In this scenario, you notice that all server audits, except the first server audit, don't write. Additionally, when you add the second server audit, you might receive an error that resembles the following message in the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] error log:
158159

159160
```output
160161
Error: 33204, Severity: 17, State: 1.
161162
SQL Server Audit could not write to the security log.
162163
```
163164

164-
A fix has been identified and will be part of a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
165+
We have identified a fix for a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
165166

166167
**Workaround**: Use one of the following methods:
167168

@@ -226,7 +227,15 @@ Edit the DWORD value `MaxTextFilterBytes`, which is located in `HKEY_LOCAL_MACHI
226227
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex" /v MaxTextFilterBytes /t REG_DWORD /d ffffffff
227228
```
228229

229-
After updating the registry value, re-issue the Full-Text crawl.
230+
After updating the registry value, reissue the Full-Text crawl.
231+
232+
## Incorrect license agreement for LocalDB installer
233+
234+
**Issue**: The LocalDB installer points to a preview version of the end-user license agreement (EULA).
235+
236+
To work around this issue, you must download the Express edition installer instead, and choose the **LocalDB** option from the package selection screen.
237+
238+
We have identified a fix for a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
230239

231240
## Related content
232241

0 commit comments

Comments
 (0)