Skip to content

Commit e3bdc94

Browse files
authored
SQL Server 2025 known issues update (#36643)
Updated the link format for the 'Persisted statistics for readable secondary replicas' feature in the known issues documentation.
1 parent 9629e4c commit e3bdc94

2 files changed

Lines changed: 239 additions & 229 deletions

File tree

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

Lines changed: 10 additions & 1 deletion
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: 02/11/2026
7+
ms.date: 02/18/2026
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: troubleshooting-known-issue
@@ -36,6 +36,7 @@ The following issues are currently identified:
3636
- [Upgrade fails if Data Quality Services is installed](#upgrade-fails-if-data-quality-services-is-installed)
3737
- [Full-Text Search fails to index plaintext documents larger than 25 MB](#full-text-search-fails-to-index-plaintext-documents-larger-than-25-mb)
3838
- [Incorrect license agreement for LocalDB installer](#incorrect-license-agreement-for-localdb-installer)
39+
- [SQL Server might become slow or unresponsive after creating or bringing online a large number of databases](#sql-server-might-become-slow-or-unresponsive-after-creating-or-bringing-online-a-large-number-of-databases)
3940

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

@@ -210,6 +211,14 @@ To work around this issue, you must download the Express edition installer inste
210211

211212
We have identified a fix for a future release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
212213

214+
## SQL Server might become slow or unresponsive after creating or bringing online a large number of databases
215+
216+
**Issue**: This behavior is caused by a per database background worker thread created as part of the [Persisted statistics for readable secondary replicas](../relational-databases/performance/persisted-stats-secondary-replicas.md) feature. This feature is enabled by default in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]. The background thread is created when databases come online and can cause worker thread pressure and reduced instance responsiveness, even when no secondary replicas are configured.
217+
218+
**Workaround**: Enable startup [trace flag 15608](../t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql.md#tf15608) and restart [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. You must enable the trace flag at startup. Enabling it after startup doesn't stop background threads that are already created for databases that were brought online. In scenarios with no secondary replicas, this trace flag is still required as a temporary mitigation to prevent the per database background thread from being created during database startup.
219+
220+
A fix is planned for a future update of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
221+
213222
## Related content
214223

215224
- [What's new in SQL Server 2025](what-s-new-in-sql-server-2025.md)

0 commit comments

Comments
 (0)