In this blog post, let’s learn about the error message “22586 – Column ‘%s’ cannot be added or modified in article ‘%s’ of publication ‘%s’. The DDL operatoin on hierarchyid and FILESTREAM columns is not supported for publications that have a ‘sync_mode’ of 1 (character mode) or with a lower than 90RTM backward compatibility level.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
22586 – Column ‘%s’ cannot be added or modified in article ‘%s’ of publication ‘%s’. The DDL operatoin on hierarchyid and FILESTREAM columns is not supported for publications that have a ‘sync_mode’ of 1 (character mode) or with a lower than 90RTM backward compatibility level.
Reason for the Error
To be update soon…
Solution
To be update soon…