Viewing 3 posts - 1 through 4 (of 4 total)
Thanks a lot.
XLOCK is exactly what was needed in this case. It does block the thread that tries to read the row selected by other thread with XLOCK. So, in...
November 3, 2010 at 7:54 am
#1246000
Now it is working correctly, but not the way you or I were expecting. It does not block the thread. It simply throws a deadlock exception on one of the...
November 2, 2010 at 10:00 am
#1245514
Thank you for your response.
I see the problem in ability to use a dirty read. What I mean is this: The stored procedure makes a read and than based on...
November 2, 2010 at 8:01 am
#1245385