In this blog post, let’s learn about the error message “35341 – The statement failed. A columnstore index cannot include a decimal or numeric data type with a precision greater than 18. Reduce the precision or omit column ‘%.*ls’.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
35341 – The statement failed. A columnstore index cannot include a decimal or numeric data type with a precision greater than 18. Reduce the precision or omit column ‘%.*ls’.
Reason for the Error
To be update soon…
Solution
To be update soon…