Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Using WITH NO LOCK

$
0
0
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.

Viewing all articles
Browse latest Browse all 6525

Trending Articles