CREATE INDEX statement failed because a columnstore index cannot be unique. Create the columnstore index without the UNIQUE keyword or create a unique index without the COLUMNSTORE keyword.
CREATE INDEX statement failed because a columnstore index cannot be created on a column with filestream data. Consider creating ...
CREATE INDEX statement failed because a columnstore index cannot be created on a sparse column. Consider creating a nonclustered ...
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 ...