calmarsal
Member since Jan 15, 2014
- Profile: /members/11553-calmarsal.htm
- Comments: 1
Recent Blog Comments By calmarsal
-
SQL Server NOLOCK / ROWLOCK Directives To Improve Performance
Posted on Jan 15, 2014 at 3:19 PM
NOLOCK is something you also need to be very careful with. It is NOT a 'tool' and should not be used as such. It should be a last resort for overcoming design issues that don't have a resolution due to high refactor cost. Implementing NOLOCK as a tool will at some point result in dirty reads and ... read more »