Skip to content

Commit fd67a0f

Browse files
committed
[SQL Server] 2025 CU4 release
1 parent 0c9f6ce commit fd67a0f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/relational-databases/errors-events/includes/sql-server-2025-database-engine-events-and-errors-13000-13999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 09/09/2025
5+
ms.date: 04/16/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -533,6 +533,7 @@ ms.topic: include
533533
| 13688 | 16 | No | One or more of the specified ALTER INDEX options is invalid for a JSON index. |
534534
| 13689 | 16 | No | DATA_COMPRESSION is not compatible with JSON index '%.\*ls'. Please drop it and recreate it. |
535535
| 13690 | 16 | No | JSON index '%.\*ls' cannot be rebuilt. Drop and recreate it. |
536+
| 13692 | 16 | No | The comparison_mode argument of JSON_CONTAINS must be 0 or 1. |
536537
| 13701 | 16 | No | System-versioned table schema modification failed because history table '%.\*ls' has custom unique keys defined. Consider dropping all unique keys and trying again. |
537538
| 13702 | 16 | No | System-versioned table schema modification failed because history table '%.\*ls' has foreign keys defined. Consider dropping all foreign keys and trying again. |
538539
| 13703 | 16 | No | System-versioned table schema modification failed because history table '%.\*ls' has table or column constraints defined. Consider dropping all table and column constraints and trying again. |

docs/relational-databases/errors-events/includes/sql-server-2025-database-engine-events-and-errors-22000-22999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 01/15/2026
5+
ms.date: 04/16/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -418,6 +418,7 @@ ms.topic: include
418418
| 22641 | 16 | No | Disabling of mirroring for the table '%.\*ls' failed. Please retry this operation later. |
419419
| 22642 | 16 | No | Can not enable Fabric Mirroring on a table where primary key (if there exists no primary key then applies to unique key) uses columns of the following types: user-defined types, geometry, geography, hierarchyid, sql_variant or timestamp, datetime2(7), DateTimeOffset(7) and Time(7). |
420420
| 22643 | 16 | No | Publishing a drop table notification to Fabric OneLake failed. Retry this operation later. |
421+
| 22644 | 16 | No | Unable to acquire a lock on the source table with object id '%d' because it is in use. If a user session is locking, consider terminating it or retry later. |
421422
| 22645 | 16 | No | Fabric Mirroring cannot be enabled on a table where its primary key, or if no primary key exists, its clustered index, includes any of the following column types: user-defined types, geometry, geography, hierarchyid, sql_variant, timestamp, datetime2(7), datetimeoffset(7), or time(7). |
422423
| 22697 | 16 | No | Cannot enable fabric link on the database because the metadata tables are corrupted. |
423424
| 22698 | 16 | No | Cannot add encrypted column on table '%.\*ls' in SQL Database on the 'Microsoft Fabric' platform |

docs/relational-databases/errors-events/includes/sql-server-2025-database-engine-events-and-errors-41400-49999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 01/15/2026
5+
ms.date: 04/16/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -300,6 +300,7 @@ ms.topic: include
300300
| 41991 | 16 | No | Unable to make database %s on SQL Managed Instance %s accessible because the instance role in failover group changed from %s to %s while the database was in the inaccessible state. Please restore the original database role by executing geo-failover and try again. |
301301
| 41992 | 16 | No | Unable to make database %s on SQL Managed Instance %s accessible due to ongoing geodr operation. Please wait until the conflicting operation completes and try again. |
302302
| 41993 | 16 | No | Cannot execute failover of Managed Instance link '%s' because the replica of database '%s' on the managed instance is in an inaccessible state. |
303+
| 41998 | 16 | No | Managed Instance link creation failed because encryption is not enabled on the on-premises SQL Server endpoint. Enable encryption on the database mirroring endpoint and try again. |
303304
| 42001 | 16 | No | Failed to parse XML configuration. The operating system returned error %ls. |
304305
| 42002 | 16 | No | Failed to parse XML configuration. The parser returned error %.\*ls |
305306
| 42003 | 16 | No | Failed to parse XML configuration. A required attribute '%ls' is missing. |

0 commit comments

Comments
 (0)