The statement failed because adding an identity column with other columns with default not null is not supported for columnstore index. Consider adding the identity column seperately.
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 ...
The statement failed because a secondary dictionary reached the maximum size limit. Consider dropping the columnstore index, ...
The statement failed because a table with a clustered columnstore index cannot have triggers. Consider removing all triggers ...
The statement failed because adding an identity column with other columns with default not null is not supported for columnstore ...
The statement failed because column '%1!s!' (ID=%2!s!) uses collation %3!s!, which is not recognized by older client drivers. ...
The statement failed because column '%1!s!' on table '%2!s!' is a computed column. Columnstore index cannot include a computed ...
The statement failed because columnstore indexes are not allowed on table types and table variables. Remove the column store ...
The statement failed because specifying %1!s! is not allowed when creating a columnstore index. Consider creating a columnstore ...