In this blog post, let’s learn about the error message “33502 – The column ‘%.*ls’ could not be added to table ‘%.*ls’ because the column contains filestream data and the table is referenced by one or more security policies. Filestream columns are not allowed on tables that are referenced by security policies.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
33502 – The column ‘%.*ls’ could not be added to table ‘%.*ls’ because the column contains filestream data and the table is referenced by one or more security policies. Filestream columns are not allowed on tables that are referenced by security policies.
Reason for the Error
To be update soon…
Solution
To be update soon…