SQL Server Error Msg 20638 – Merge table articles do not support different values for the @source_object and @destination_object parameters of sp_addmergearticle. Either do not specify a value for @destination_object, or specify the same value for both parameters.

In this blog post, let’s learn about the error message “20638 – Merge table articles do not support different values for the @source_object and @destination_object parameters of sp_addmergearticle. Either do not specify a value for @destination_object, or specify the same value for both parameters.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

20638 – Merge table articles do not support different values for the @source_object and @destination_object parameters of sp_addmergearticle. Either do not specify a value for @destination_object, or specify the same value for both parameters.

Reason for the Error

To be update soon…

Solution

To be update soon…