SQL Server Error Msg 20086 – Publication ‘%s’ does not support the nosync type because it contains a table that does not have a rowguidcol column.

In this blog post, let’s learn about the error message “20086 – Publication ‘%s’ does not support the nosync type because it contains a table that does not have a rowguidcol column.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

20086 – Publication ‘%s’ does not support the nosync type because it contains a table that does not have a rowguidcol column.

Reason for the Error

To be update soon…

Solution

To be update soon…