Index 'INDEX_NAME' on table 'OBJECT_NAME' is marked as disabled. Rebuild the index to bring it online.
Event Information
According to Microsoft : Cause : The specified index is marked as offline or is disabled. Therefore, this index cannot be checked. Resolution : Rebuild the index by using ALTER INDEX or DBCC DBREINDEX.