SQL Server Error Code – 41833 columnstore index ‘%.*ls’ cannot be crea
In this blog post, you’ll learn more about the SQL Server Error Code 41833 and the error message description that is shown
SQL Server Error Code
41833
SQL Server Error Description for the Code :41833
Columnstore index ‘%.*ls’ cannot be created, because table ‘%.*ls’ has columns stored off-row. Columnstore indexes can only be created on memory-optimized table if the columns fit within the %d byte limit for in-row data. Reduce the size of the columns to fit within %d bytes.
Leave Your Comment