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
Copy file name to clipboardExpand all lines: docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-16000-17999.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: MashaMSFT
3
3
ms.author: mathoma
4
4
ms.reviewer: randolphwest
5
-
ms.date: 07/06/2023
5
+
ms.date: 01/11/2024
6
6
ms.topic: include
7
7
---
8
8
| Error | Severity | Event logged | Description |
@@ -472,6 +472,7 @@ ms.topic: include
472
472
| 17439 | 10 | Yes | %.\*ls session tear down failed with error %d. |
473
473
| 17440 | 10 | Yes | %.\*ls session close failed with error %d. |
474
474
| 17441 | 10 | Yes | This operation requires %.\*ls libraries to be loaded. |
475
+
| 17442 | 10 | Yes | SQL Server detected the following NUMA node configuration (NUMA Node number %d, Processor Group number %d, CPU Mask 0x%0\*I64x). |
475
476
| 17550 | 10 | Yes | DBCC TRACEON %d, server process ID (SPID) %d. This is an informational message only; no user action is required. |
476
477
| 17551 | 10 | Yes | DBCC TRACEOFF %d, server process ID (SPID) %d. This is an informational message only; no user action is required. |
477
478
| 17557 | 16 | Yes | DBCC DBRECOVER failed for database ID %d. Restore the database from a backup. |
Copy file name to clipboardExpand all lines: docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-31000-41399.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: MashaMSFT
3
3
ms.author: mathoma
4
4
ms.reviewer: randolphwest
5
-
ms.date: 11/16/2023
5
+
ms.date: 01/11/2024
6
6
ms.topic: include
7
7
---
8
8
> [!NOTE]
@@ -1231,6 +1231,7 @@ ms.topic: include
1231
1231
| 37532 | 16 | No | Ledger table '%.\*ls' cannot contain check constraints, filtered indexes and statistics or computed columns that reference columns using a multi-part identifier. |
1232
1232
| 37533 | 16 | No | Computed column '%.\*ls' cannot be added to ledger table '%.\*ls'. Ledger tables do not support computed columns that use CLR functions or types. |
1233
1233
| 37534 | 16 | No | Error while trying to read database information from master metadata. Transaction is not active anymore. |
1234
+
| 37535 | 16 | No | Principal name with object id '%ls' must begin with original principal name followed by a user-defined suffix to differentiate between the names. (https://aka.ms/AADUserNonUniqueDisplayName)|
1234
1235
| 37536 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Substate: '%ls', status: 0x%08x. |
1235
1236
| 37537 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Error code: '%ls'. Error message: '%ls'. Return code: '0x%08x'. |
1236
1237
| 37538 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Return code: '0x%08x'. |
@@ -1239,6 +1240,9 @@ ms.topic: include
1239
1240
| 37541 | 16 | No | Provider '%ls' is no longer supported. Please use MSOLEDBSQL provider instead. (https://go.microsoft.com/fwlink/?linkid=2206241&clcid=0x409)|
1240
1241
| 37542 | 16 | Yes | The operation could not be completed because attempts to connect to Azure Key Vault (AKV) were denied by the configured Network Security Perimeter. Key vault uri: '%ls'. |
1241
1242
| 37543 | 10 | No | The trust of the certificate imported could not be verified with the Certificate Authority (CA) or verified through the Internet. Most likely the host operating system where SQL Server is hosted is missing the latest root certificate updates, or access to the Internet. In case this certificate is used for authentication when partner server rotates the certificate, the authentication will fail unless the issue has been resolved on the host OS. Please ensure that the host OS has the latest root certificate updates, or access to the Internet to reach out to remote CA. Error code: 0x%lx. |
1243
+
| 37545 | 16 | No | '%ls' is not a valid object id for '%ls' or you do not have permission. |
1244
+
| 37546 | 16 | No | Can only specify object_id when creating user from external provider. |
1245
+
| 37559 | 16 | No | Object_id is not a valid option |
1242
1246
| 38001 | 16 | No | Cannot find the file id %d in the database '%s'. |
1243
1247
| 38002 | 16 | No | Only users having %s permission can execute this stored procedure. |
1244
1248
| 39001 | 16 | No | Only SELECT statement is supported for input data query to 'sp_execute_external_script' stored procedure. |
0 commit comments