In this blog post, let’s learn about the error message “5086 – Cannot disable vardecimal storage format for database “%.*ls” because there are one or more tables that have vardecimal storage format enabled. Disable the vardecimal storage format on all tables before disabling the vardecimal storage format for the database.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
5086 – Cannot disable vardecimal storage format for database “%.*ls” because there are one or more tables that have vardecimal storage format enabled. Disable the vardecimal storage format on all tables before disabling the vardecimal storage format for the database.
Reason for the Error
To be update soon…
Solution
To be update soon…