In this blog post, let’s learn about the error message “11411 – Cannot add the sparse column ‘%.*ls’ to the table ‘%.*ls’ because the data type of the column has a default or rule bound to it. Unbind the rule or default from the data type before adding the sparse column to the table.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
11411 – Cannot add the sparse column ‘%.*ls’ to the table ‘%.*ls’ because the data type of the column has a default or rule bound to it. Unbind the rule or default from the data type before adding the sparse column to the table.
Reason for the Error
To be update soon…
Solution
To be update soon…