Archive
Posts Tagged ‘OperationsManagerDW’
alter index failed for SCOM OperationsManagerDW
May 22, 2013
1 comment
Error :: something similar to below
Executing the query “ALTER INDEX [PK__Performa__AFAD0EB40688E6B3] ON [P…” failed with the following error: “Cannot find index ‘PK__Performa__AFAD0EB40688E6B3’.”.
Executing the query “ALTER INDEX [PK__EventSta__95632343599644AB] ON [E…” failed with the following error: “Cannot find index ‘PK__EventSta__95632343599644AB’.”
Cause of error is an in build SCOM functionality that drops and recreates tables named Event Stage (also the associated primary keys) every 60 secs (refer below )
Solution ::
1> you may excluded the database named OperationsManagerDW from re-indexing jobs as this particular DB has its own building maintenance feature that runsEvery 60 secs
enjoy 🙂
Categories: INDEXES
alter index failed, OperationsManagerDW, SCOM