All Tags »
SQL Server »
SQL Deadlocks »
Transact SQL (RSS)
Sorry, but there are no more tags available to filter with.
-
Selects under READ COMMITTED may return incorrect results if
the data they select is being modified at the same time. I will provide a repro
script which on my laptop returns incorrect results in more than 90% cases.
Also I will provide a similar repro script which runs under REPEATABLE READ but
still returns incorrect results in more than ...