Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
150 views

Minimum transaction isolation level to avoid “Lost Updates”

With SQL Server's transaction isolation levels, you can avoid certain unwanted concurrency issues, like dirty reads and so forth. The one I'm interested in right now is lost updates - the fact two ...