In this blog post, let’s learn about the error message “35355 – The statement failed. Column ‘%.*ls’ is either a primary key or a partitioning key that must be included, but a columnstore index cannot include a decimal or numeric data type with a precision greater than 18. Consider reducing the precision to 18.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
35355 – The statement failed. Column ‘%.*ls’ is either a primary key or a partitioning key that must be included, but a columnstore index cannot include a decimal or numeric data type with a precision greater than 18. Consider reducing the precision to 18.
Reason for the Error
To be update soon…
Solution
To be update soon…