Skip to content

Commit 8a3846a

Browse files
Merge pull request #33485 from markingmyname/cu18
[SQL Server] 2022 CU 18 errors and events
2 parents 5e170eb + 3d67dd8 commit 8a3846a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-10000-10999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 01/11/2024
4+
ms.date: 03/13/2025
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -400,6 +400,7 @@ ms.topic: include
400400
| 10935 | 16 | No | External resource pool does not allow more than one processor group. |
401401
| 10936 | 16 | No | Resource ID : %d. The %ls limit for the elastic pool is %d and has been reached. See '[https://learn.microsoft.com/azure/azure-sql/database/resource-limits-logical-server](/azure/azure-sql/database/resource-limits-logical-server)' for assistance. |
402402
| 10937 | 16 | No | Default workload group does not allow to alter attribute '%.\*ls'. |
403+
| 10938 | 16 | No | Contained Availability Group connections do not support Resource Governor DDL. Please retry using the instance connection. |
403404
| 10961 | 16 | No | The request has been aborted because its CPU usage exceeds the maximum configured limit for the workload group. |
404405
| 10981 | 10 | No | Resource governor reconfiguration succeeded. |
405406
| 10982 | 16 | Yes | Failed to run resource governor classifier user-defined function '%.\*ls'. Last error %u, state %u. See previous errors in SQL Server error log from session ID %ld for details. Classifier elapsed time: %I64u ms. |

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-14000-14999.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 11/14/2024
4+
ms.date: 03/13/2025
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -121,8 +121,8 @@ ms.topic: include
121121
| 14126 | 16 | No | You do not have the required permissions to complete the operation. |
122122
| 14128 | 16 | No | Invalid @subscription_type parameter value. Valid options are 'push' or 'pull'. |
123123
| 14129 | 16 | No | The @status parameter value must be NULL for 'automatic' sync_type when you add subscriptions to an immediate_sync publication. |
124-
| 14130 | 10 | No | WARNING: The database '%s' does not contain database master key. Create a database master key and then update all replication secrets in this database. |
125-
| 14131 | 16 | No | The database '%s' does not contain database master key. Create database master key and repeat the procedure. |
124+
| 14130 | 10 | No | WARNING: The database '%s' does not contain database master key. Create a database master key and then update all replication secrets in this database. For more information, see https://aka.ms/sql-tr-dmk-warning-troubleshooting. |
125+
| 14131 | 16 | No | The database '%s' does not contain database master key. Create database master key and repeat the procedure. For more information, see https://aka.ms/sql-tr-dmk-error-troubleshooting. |
126126
| 14135 | 16 | No | There is no subscription on Publisher '%s', publisher database '%s', publication '%s'. |
127127
| 14136 | 16 | No | The keyword 'all' is reserved by replication stored procedures. |
128128
| 14137 | 16 | No | The @value parameter value must be either 'true' or 'false'. |

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-21000-21999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 03/14/2024
4+
ms.date: 03/13/2025
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -95,6 +95,7 @@ ms.topic: include
9595
| 21091 | 16 | No | Global subscribers with priority 0 are not allowed to create merge publications. |
9696
| 21092 | 10 | No | The Change Tracking manual cleanup procedure for database %s has been executed |
9797
| 21093 | 16 | No | Only members of the sysadmin fixed server role or db_owner fixed database role or user with control db permission can perform this operation. Contact an administrator with sufficient permissions to perform this operation. |
98+
| 21094 | 16 | No | Distribution agent profile with id %d does not exist on this instance. If this instance is in an Availability group, sp_add_agent_profile should be executed on all instances in that Availability Group. |
9899
| 21101 | 10 | No | The custom command name %s specified for parameter %s will be ignored. A system generated name will be used instead. The publication allows %s and command names need not be specified. |
99100
| 21105 | 16 | No | This edition of SQL Server cannot act as a Publisher or Distributor for replication. |
100101
| 21106 | 16 | No | This edition of SQL Server does not support publications. |

0 commit comments

Comments
 (0)