In this blog post, let’s learn about the error message “35322 – The statement failed because a nonclustered index and the underlying clustered columnstore index must be partition-aligned. Consider creating the nonclustered index using the same partition function and same (or equivalent) partition scheme as the clustered columnstore index.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
35322 – The statement failed because a nonclustered index and the underlying clustered columnstore index must be partition-aligned. Consider creating the nonclustered index using the same partition function and same (or equivalent) partition scheme as the clustered columnstore index.
Reason for the Error
To be update soon…
Solution
To be update soon…