Category: SQL Server

SQL Server Error Code – 30033 the stoplist ‘%.*ls’ already contains fu

In this blog post, you’ll learn more about the SQL Server Error Code 30033 and the error message description that is shown SQL Server Error Code 30033 SQL Server Error Description for the Code :30033 The stoplist ‘%.*ls’ already contains full-text stopword ‘%.*ls’ with locale ID %d. Specify a unique stopword and locale identifier (LCID) in the Transact-SQL statement.

SQL Server Error Code – 22529 cannot change the retention period unit

In this blog post, you’ll learn more about the SQL Server Error Code 22529 and the error message description that is shown SQL Server Error Code 22529 SQL Server Error Description for the Code :22529 Cannot change the retention period unit for publication “%s” because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM.

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.