• saimsaboor (6/21/2016)


    It might possible the table is having column store index and user is trying to do operations i.e. insert, update or delete. In that case this error can happen.

    Solution in this regards: Drop column store index, complete the operations then recreate the column store index.

    He is having SQL Server 2000