• BaddaBing (12/17/2009)


    No, the READ UNCOMMITTED is used so the query doesn't have an impact. It doesn't care about locks and places none of its own

    Thanks for your reply. So setting isolation level to read uncommited is for only this query?

    or do we need to change Isolation level to read commited again after executing this query