Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit a405f42

Browse files
Merge pull request #35402 from MikeRayMSFT/250923-known-issue
Remove section on access violation exception in SQL Server 2025 known issues
2 parents d80d395 + 0c7c026 commit a405f42

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This article describes known issues for [!INCLUDE [sssql25-md](../includes/sssql
2525
- [Database mail on Linux](#database-mail-on-linux)
2626
- [SQLPS](#sqlps)
2727
- [Incorrect behavior of SESSION_CONTEXT in parallel plans](#incorrect-behavior-of-session_context-in-parallel-plans)
28-
- [Access violation exception occurs under certain conditions](#access-violation-exception-occurs-under-certain-conditions)
2928
- [Issue when setting the backup compression algorithm to ZSTD](#setting-the-backup-compression-algorithm-to-zstd)
3029
- [Local ONNX models not supported on Linux operating systems](#local-onnx-models-not-supported-on-linux-operating-systems)
3130
- [PBKDF2 hashing algorithm can affect login performance](#pbkdf2-hashing-algorithm-can-affect-login-performance)
@@ -82,12 +81,6 @@ Queries that use the built-in `SESSION_CONTEXT` function might return incorrect
8281

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

85-
## Access violation exception occurs under certain conditions
86-
87-
When the Optional parameter plan optimization feature encounters a predicate that is based on a LOB column, an access violation exception can occur. A fix has been identified and will be part of the next preview release of SQL Server 2025.
88-
89-
Large object (LOB) data types in the Database Engine can store data that exceeds 8,000 bytes. These data types store data on a [row-overflow](../relational-databases/pages-and-extents-architecture-guide.md#row-overflow-considerations) data page. A LOB also encompasses data types that store data on dedicated LOB page structures, which use a text or image pointer of in-row references to LOB data pages. For more information about data storage, see [Pages and extents architecture guide](../relational-databases/pages-and-extents-architecture-guide.md).
90-
9184
<a id="setting-the-backup-compression-algorithm-to-zstd"></a>
9285

9386
## Issue when setting the backup compression algorithm to ZSTD

0 commit comments

Comments
 (0)