Hi,
While analyzing a serverside trace, I sometimes see long runningLock:Aquires and/or Lock:Cancels, waiting for a resource that I could not identify. The value of ObjectID2 is 72057594529120256, but I could not find this.
The Statement causing this is running several times an hour without problems but sometimes it gets the locks.
I would like to know which resource is causing the problem - what does ObjectID2 contain?
The Resultset of
select*from
sys.allocation_unitswhere allocation_unit_id=72057594529120256
is empty.
Kind Regards
Oliver.