SQL Server Error Msg 21571 – Cannot create the logical record relationship in publication ‘%s’. The use_partition_groups option for the publication must be set to “true” in order to use logical records. Use sp_changemergepublication to set the option to “true”.

In this blog post, let’s learn about the error message “21571 – Cannot create the logical record relationship in publication ‘%s’. The use_partition_groups option for the publication must be set to “true” in order to use logical records. Use sp_changemergepublication to set the option to “true”.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21571 – Cannot create the logical record relationship in publication ‘%s’. The use_partition_groups option for the publication must be set to “true” in order to use logical records. Use sp_changemergepublication to set the option to “true”.

Reason for the Error

To be update soon…

Solution

To be update soon…