In this blog post, let’s learn about the error message “20648 – An article already exists for table “%s” with a different value for the @delete_tracking property. The value must be the same for all publications in which the table is published. Use the stored procedures sp_helpmergearticle and sp_changemergearticle to view and modify the property in the other article(s).” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
20648 – An article already exists for table “%s” with a different value for the @delete_tracking property. The value must be the same for all publications in which the table is published. Use the stored procedures sp_helpmergearticle and sp_changemergearticle to view and modify the property in the other article(s).
Reason for the Error
To be update soon…
Solution
To be update soon…