Tagged Questions

5
votes
3answers
1k views

What can happen as a result of using (nolock) on every SELECT in SQL Sever?

I get that the (nolock) optimizer hint allows for "dirty reads", but under what very specific scenarios is this a bad idea? I've never seen such widespread use of (nolock) in an organization, and it ...