Hi,
If I have read committed snapshot isolation enabled on a database and I have activated this as the default isolation in my session, is there a difference between wrapping a SELECT (i.e. a straight read) in a TRANSACTION block or not? Is there an overhead in doing so?
Thanks,
Stan