In this blog post, let’s learn about the error message “35397 – %S_MSG statement failed because the operation cannot be performed resumably on a table with a columnstore index. Perform the operation without specifying the RESUMABLE option or drop (or disable) the columnstore index before performing the operation using the RESUMABLE option.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
35397 – %S_MSG statement failed because the operation cannot be performed resumably on a table with a columnstore index. Perform the operation without specifying the RESUMABLE option or drop (or disable) the columnstore index before performing the operation using the RESUMABLE option.
Reason for the Error
To be update soon…
Solution
To be update soon…