not sure where to post this: administration or programming.. i posted it in both...
hi!
I need a select to read uncommitted data, but due to some silly (stupid) application restrictions, I cannot set 'transaction isolation level read uncommitted' for any session. (don't ask why .. it's a long story, and i'm not happy about it ;0(....
I'd like to use NOLOCK to force dirty reads.
What is the difference b/w using 'read uncommitted' and NOLOCK? Looks like both can read uncommitted data, and for a few queries i tested, looks like both use the same execution plans (which is critical in my situation).
any pitfalls? things to watch out for??
THANKS MUCH!
hi!
I need a select to read uncommitted data, but due to some silly (stupid) application restrictions, I cannot set 'transaction isolation level read uncommitted' for any session. (don't ask why .. it's a long story, and i'm not happy about it ;0(....
I'd like to use NOLOCK to force dirty reads.
What is the difference b/w using 'read uncommitted' and NOLOCK? Looks like both can read uncommitted data, and for a few queries i tested, looks like both use the same execution plans (which is critical in my situation).
any pitfalls? things to watch out for??
THANKS MUCH!