1
January 23, 2013 9:00 AM
Posted by: Denny Cherry
CREATE INDEX, Database, Execution Plans, Indexing, SELECT statement, SQL Server, T/SQL, Tables
NOLOCK is not a turbo button
Posted by: Denny Cherry
All to often when talking to developers they put the WITH (NOLOCK) table hint in place to speed up queries without understanding what the table hint does. I've even run across companies that have policies in place that every select statement must have the WITH (NOLOCK) table hint. The WITH...




