In this blog post, let’s learn about the error message “21839 – Article ‘%s’ can not support schema_option 0x20 or 0x2000000000 because it contains computed column, check/default constraint or primary key which is based on CLR type column, change @schema_option setting and try again.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21839 – Article ‘%s’ can not support schema_option 0x20 or 0x2000000000 because it contains computed column, check/default constraint or primary key which is based on CLR type column, change @schema_option setting and try again.
Reason for the Error
To be update soon…
Solution
To be update soon…