Tag Archives: sql server

Pessimistic lock with SQL Server

Imagine a system that has to process a lot of information very very fast. Also, when the information has the same target (person, device… whatever) and the same action type for that target it has to be done sequentially, one action has to be blocked by the other. With these requirements I have implemented the […]