↧
Answer by Ian_H for Long running SELECT query fails as deadlock victim to a...
I thought that second transaction must wait until first is finishedBasically, this is not true. Your (or anyone's) database wouldn't be very efficient if only one person could do something with it at a...
View ArticleLong running SELECT query fails as deadlock victim to a DELETE on SQL SERVER...
Firstly 1 thread selecting a huge amount of data from a table. Then, before the SELECT query is not yet finished, another thread deletes data from that table. It causes SELECT query to failed with...
View Article