The statement failed because a columnstore index must be partition-aligned with the base table. Create the columnstore index using the same partition function and same (or equivalent) partition scheme as the base table. If the base table is not partitioned, create a nonpartitioned columnstore index.
The statement failed because a columnstore index cannot be created on a sparse column. Consider creating a nonclustered columnstore ...
The statement failed because a columnstore index cannot be created on a view. Consider creating a columnstore index on the ...
The statement failed because a columnstore index cannot be unique. Create the columnstore index without the UNIQUE keyword ...
The statement failed because a columnstore index cannot have included columns. Create the columnstore index on the desired ...
The statement failed because a columnstore index must be partition-aligned with the base table. Create the columnstore index ...
The statement failed because a columnstore index on a partitioned table must be partition-aligned with the base table. Consider ...
The statement failed because a nonclustered columnstore index cannot be reorganized. Reorganization of a nonclustered columnstore ...
The statement failed because a nonclustered index and the underlying clustered columnstore index must be partition-aligned. ...
The statement failed because a nonclustered index cannot be created on a table that has a clustered columnstore index. Consider ...