문제

In SQL Server 2008, when trying to reorganize an index on a table, I see this error:

The index "MyIndex" (partition 1) on table "MyTable" cannot be reorganized because it is being reorganized by another process

I see the error message returned as part of an SSIS package failure. This happened after hours when I was not around to quickly look at something like Activity Monitor to indentify the culprit process.

My question is how to identify this other reorganization process a day after the fact?

Ideally, I would like to see a history of index reorganization requests for a specific index

도움이 되었습니까?

해결책

Not something that SQL Server 2008 does by default and I do not have anything built out that would specifically capture these events so I am out of luck.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top