Maintenance Plans - Index Rebuild fails with floating point exception

  • Hello,

     The issue still persist. I have checked everywhere and no information is available, except that this is fixed in SP4. But we are on SP4 and no clue moving forward. Any help be really great,

     

    Thanks

  • Do you have any computed columns i hope so the problems are still there with computed columns.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

  • Sugesh, Thanks for the reply. No! there are no computed columns.

  • Well, the issue is now resolved. For those who are interested

    There are tables with columns defined as FLOAT. 2 such Float columns are part of indices and the rebuild index fails as the floating values lost the precision. DBCC CheckDB with Repair_Fast option helped (suggested by Microsoft Support).

    On safer side, we decided to convert these columns to Money/Decimal (where applicable).

Viewing 4 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply