In this blog post, let’s learn about the error message “20694 – One or more rows to be updated for table %s contain changes in the column %s, which is used in one or more filters; merge replication cannot use batch processing for these changes. No action is required, but if this condition occurs frequently, verify that data is partitioned optimally. Batch updates can improve the performance of merge replication.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
20694 – One or more rows to be updated for table %s contain changes in the column %s, which is used in one or more filters; merge replication cannot use batch processing for these changes. No action is required, but if this condition occurs frequently, verify that data is partitioned optimally. Batch updates can improve the performance of merge replication.
Reason for the Error
To be update soon…
Solution
To be update soon…