sql - There's a way to find out if my row is read committed or read uncommitted? -


i'm using read uncommitted transaction , want know if specific row committed or uncommitted.

you seem need variation of this:

select * t (readuncommitted) except select * t (readcommitted, readpast) 

this gives rows visible under readuncommitted.

what horrible hack. please find way write application. super brittle , hard understand.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -