Nels_P_Olsen wrote:
How critical is RepeatableRead for you? Can you reduce the isolation level to ReadCommitted?
It is very important to guarantee reads for us.
One example: Several users can work at the same time on the same module, and although they work with different "users" (rows on table A), there is also a final update on a "store" (single row on table B).
So, different people begin working at the same time without interference, however in the final step of the transactin BOTH update a single value.