SQL Server Error Msg 11408 – Cannot modify the column ‘%.*ls’ in the table ‘%.*ls’ to add or remove the COLUMN_SET attribute. To change a COLUMN_SET attribute of a column, either modify the table to remove the column and then add the column again, or drop and re-create the table.

In this blog post, let’s learn about the error message “11408 – Cannot modify the column ‘%.*ls’ in the table ‘%.*ls’ to add or remove the COLUMN_SET attribute. To change a COLUMN_SET attribute of a column, either modify the table to remove the column and then add the column again, or drop and re-create the table.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

11408 – Cannot modify the column ‘%.*ls’ in the table ‘%.*ls’ to add or remove the COLUMN_SET attribute. To change a COLUMN_SET attribute of a column, either modify the table to remove the column and then add the column again, or drop and re-create the table.

Reason for the Error

To be update soon…

Solution

To be update soon…