Hi,We have a database with isolation level 'Read committed Snapshot on'....and there are views in it having some lock issues occassionally....my question is if I use 'WITH NOLOCK' for tables in views ....will it override the isolation level 'Read committed snapshot on' ...am guessing it will override..correct???if the answer is yes , what will be the risk of using 'WITH NOLOCK'?Thanks for your time.
↧