Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Problem with REPEATABLE READ

    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...

  • RE: Problem with REPEATABLE READ

    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...

  • RE: Problem with REPEATABLE READ

    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...

Viewing 3 posts - 1 through 4 (of 4 total)