I am creating a new application that will use SQL Merge replication over very bad networks. It seems that the Logical Records feature will help to deal significantly with these network issues, ensuring that we can get complete βentitiesβ replicated one after the other in separate transactions, and not in the table after table.
However, the documentation states
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new developments and plan to modify applications that are currently using this feature.
What I cannot find in the documentation is a recommendation for what should be used instead to get similar functionality. Is there such a recommendation? If not an official recommendation, what did people come up with on their own?
source
share