SQL Server Error Msg 35350 – The statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table. Consider dropping the columnstore index before creating a new clustered index.

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

SQL Server Error Message

35350 – The statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table. Consider dropping the columnstore index before creating a new clustered index.

Reason for the Error

To be update soon…

Solution

To be update soon…