Tag: MS SQL Server Error Codes

SQL Server Error Code – 21528 publication ‘%s’ cannot be added to data

In this blog post, you’ll learn more about the SQL Server Error Code 21528 and the error message description that is shown SQL Server Error Code 21528 SQL Server Error Description for the Code :21528 Publication ‘%s’ cannot be added to database ‘%s’, because a publication with a higher compatibility level already exists. All merge publications in a database must have the same compatibiliy level.

SQL Server Error Code – 21574 cannot add a logical record relationship

In this blog post, you’ll learn more about the SQL Server Error Code 21574 and the error message description that is shown SQL Server Error Code 21574 SQL Server Error Description for the Code :21574 Cannot add a logical record relationship because the article ‘%s’ is published in publication ‘%s’, which has a compatibility level lower than 90RTM. Use sp_changemergepublication to set the publication_compatibility_level to…

SQL Server Error Code – 1216 the ddl statement with abort_after_wait

In this blog post, you’ll learn more about the SQL Server Error Code 1216 and the error message description that is shown SQL Server Error Code 1216 SQL Server Error Description for the Code :1216 The DDL statement with ABORT_AFTER_WAIT = BLOCKERS option cannot be completed due to a conflicting system task. The request can abort only user transactions. Please wait for the system task…

SQL Server Error Code – 9949 warning: all full-text populations in pr

In this blog post, you’ll learn more about the SQL Server Error Code 9949 and the error message description that is shown SQL Server Error Code 9949 SQL Server Error Description for the Code :9949 Warning: All Full-text populations in progress for full-text catalog ‘%ls’ (‘%d’) in database ‘%ls’ (‘%d’) are paused. Reason code: %d. Error: %ls. If this message occurs frequently, consult Books Online…