• GilaMonster (8/16/2013)


    Try doing an update stats for each stats object on that table, one by one.

    I managed to track down the issue, in the end it turned out to be bad data. There were 3 records in the table with invalid data in a float field, updating the 4 float fields on the 3 rows fixed the problem.

    Cheers