Tagged Questions

27
votes
6answers
14k views

Is the NOLOCK (Sql Server hint) bad practice?

I'm in the business of making website and applicatins that are not mission critical -> eg. banking software, space flight, intensive care monitoring application, etc. You get the idea. So, with that ...
0
votes
1answer
828 views

Problem with NOLOCK on SQL 2008 using a temporary table and select statements

I am using SQL 2008 and I am getting an error most of the time I run a stored procedure. There error is: could not continue scan with nolock due to data movement. I have looked online for this and it ...