It is very difficult to enforce business rules regarding data integrity
using Read Committed transactions because the view of the data is
shifting with each statement, and even a single statement may not
@@ -112,4 +112,4 @@
UPDATE, DELETE, or
MERGE), so it is possible to obtain locks explicitly
before the snapshot is frozen.
-