SQL Server Error Msg 35351 – DROP INDEX statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table (heap). Consider dropping the columnstore index before dropping a clustered index.

In this blog post, let’s learn about the error message “35351 – DROP INDEX statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table (heap). Consider dropping the columnstore index before dropping a clustered index.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

35351 – DROP INDEX statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table (heap). Consider dropping the columnstore index before dropping a clustered index.

Reason for the Error

To be update soon…

Solution

To be update soon…