CREATE INDEX 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.
CREATE INDEX statement failed because a columnstore index cannot be created on a table enabled for %1!s!. Consider disabling ...
CREATE INDEX statement failed because a columnstore index cannot be created on a view. Consider creating a columnstore index ...
CREATE INDEX statement failed because a columnstore index cannot be unique. Create the columnstore index without the UNIQUE ...
CREATE INDEX statement failed because a columnstore index cannot have included columns. Create the columnstore index on the ...
CREATE INDEX statement failed because a columnstore index must be partition-aligned with the base table. Create the columnstore ...
CREATE INDEX statement failed because a columnstore index on a partitioned table must be partition-aligned with the base ...
CREATE INDEX statement failed because column '%1!s!' on table '%2!s!' is a computed column and a columnstore index cannot ...
CREATE INDEX statement failed because specifying %1!s! is not allowed when creating a columnstore index. Consider creating ...
CREATE INDEX statement failed because specifying DATA_COMPRESSION is not allowed when creating a columnstore index. Consider ...