Tag: MS SQL Server Error Codes

SQL Server Error Code – 45412 failover groups configured with an autom

In this blog post, you’ll learn more about the SQL Server Error Code 45412 and the error message description that is shown SQL Server Error Code 45412 SQL Server Error Description for the Code :45412 Failover Groups configured with an automatic failover policy are currently not supported on servers configured with virtual network firewall rules. Please configure the failover group with manual failover policy.

SQL Server Error Code – 513 a column insert or update conflicts with

In this blog post, you’ll learn more about the SQL Server Error Code 513 and the error message description that is shown SQL Server Error Code 513 SQL Server Error Description for the Code :513 A column insert or update conflicts with a rule imposed by a previous CREATE RULE statement. The statement was terminated. The conflict occurred in database ?%.*ls?, table ?%.*ls?, column ?%.*ls?.

SQL Server Error Code – 5904 unable to issue checkpoint: there are no

In this blog post, you’ll learn more about the SQL Server Error Code 5904 and the error message description that is shown SQL Server Error Code 5904 SQL Server Error Description for the Code :5904 Unable to issue checkpoint: there are not enough locks available. Background checkpoint process will remain suspended until locks are available. To free up locks, list transactions and their locks, and…

SQL Server Error Code – 35212 the %ls operation is not allowed by the

In this blog post, you’ll learn more about the SQL Server Error Code 35212 and the error message description that is shown SQL Server Error Code 35212 SQL Server Error Description for the Code :35212 The %ls operation is not allowed by the current availability-group configuration.  This operation would exceed the maximum number of %d synchronous-commit availability replicas in availability group ‘%.*ls’.  Change one of…

SQL Server Error Code – 4323 a previous restore with continue_after_e

In this blog post, you’ll learn more about the SQL Server Error Code 4323 and the error message description that is shown SQL Server Error Code 4323 SQL Server Error Description for the Code :4323 A previous RESTORE WITH CONTINUE_AFTER_ERROR operation left the database in a potentially damaged state. To continue this RESTORE sequence, all further steps must include the CONTINUE_AFTER_ERROR option.

SQL Server Error Code – 12008 table ‘%.*ls’ does not have a clustered

In this blog post, you’ll learn more about the SQL Server Error Code 12008 and the error message description that is shown SQL Server Error Code 12008 SQL Server Error Description for the Code :12008 Table ‘%.*ls’ does not have a clustered primary key as required by the %S_MSG index. Make sure that the primary key column exists on the table before creating a %S_MSG…

SQL Server Error Code – 19513 cannot create a distributed availability

In this blog post, you’ll learn more about the SQL Server Error Code 19513 and the error message description that is shown SQL Server Error Code 19513 SQL Server Error Description for the Code :19513 Cannot create a distributed availability replica for availability group ‘%.*ls’. Distributed availability group cannot be built on top of basic local availability group. Please make sure you are specifying the…