In this blog post, let’s learn about the error message “20730 – Setting @upload_first to ‘true’ requires the publication to be at publication_compatibility_level of ’80RTM’ or higher. Use sp_changemergepublication to set publication_compatibility_level to ’80RTM’ or higher if you want to use this feature.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
20730 – Setting @upload_first to ‘true’ requires the publication to be at publication_compatibility_level of ’80RTM’ or higher. Use sp_changemergepublication to set publication_compatibility_level to ’80RTM’ or higher if you want to use this feature.
Reason for the Error
To be update soon…
Solution
To be update soon…