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
This article describes known issues for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
21
21
22
-
[!INCLUDE [sssql25-md](../includes/sssql25-md.md)] has currently identified the following known issues:
22
+
The following issues are currently identified:
23
23
24
24
-[Installation fails when TLS 1.2 is disabled](#sql-server-2025-installation-fails-when-tls-12-is-disabled)
25
25
-[Windows Arm64 not supported](#windows-arm64-not-supported)
@@ -36,6 +36,7 @@ This article describes known issues for [!INCLUDE [sssql25-md](../includes/sssql
36
36
-[SQL Server audit events don't write to the Security log](#sql-server-audit-events-dont-write-to-the-security-log)
37
37
-[Upgrade fails if Data Quality Services is installed](#upgrade-fails-if-data-quality-services-is-installed)
38
38
-[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)
39
40
40
41
## SQL Server 2025 installation fails when TLS 1.2 is disabled
41
42
@@ -137,13 +138,13 @@ ALTER DATABASE [Database_Name]
137
138
(OPERATION_MODE = READ_WRITE);
138
139
```
139
140
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:
141
142
142
143
- Executed on a secondary replica
143
144
- Sensitive to parameter sniffing
144
145
- Eligible for parameter sensitive plan (PSP) optimization
145
146
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)].
147
148
148
149
**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:
149
150
@@ -154,14 +155,14 @@ ALTER DATABASE SCOPED CONFIGURATION FOR SECONDARY
154
155
155
156
## SQL Server audit events don't write to the Security log
156
157
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:
158
159
159
160
```output
160
161
Error: 33204, Severity: 17, State: 1.
161
162
SQL Server Audit could not write to the security log.
162
163
```
163
164
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)].
165
166
166
167
**Workaround**: Use one of the following methods:
167
168
@@ -226,7 +227,15 @@ Edit the DWORD value `MaxTextFilterBytes`, which is located in `HKEY_LOCAL_MACHI
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)].
0 commit comments