Category: SQL Server

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 – 7860 an endpoint’s transport or content canno

In this blog post, you’ll learn more about the SQL Server Error Code 7860 and the error message description that is shown SQL Server Error Code 7860 SQL Server Error Description for the Code :7860 An endpoint’s transport or content cannot be changed through the ALTER ENDPOINT statement. Use DROP ENDPOINT and execute the CREATE ENDPOINT statement to make these changes.

SQL Server Error Code – 9971 warning: no appropriate filter for embed

In this blog post, you’ll learn more about the SQL Server Error Code 9971 and the error message description that is shown SQL Server Error Code 9971 SQL Server Error Description for the Code :9971 Warning: No appropriate filter for embedded object was found during full-text index population for table or indexed view ‘%ls’ (table or indexed view ID ‘%d’, database ID ‘%d’), full-text key…

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…