DDD9 – Reading – 29th Jan 2011

I attended the DeveloperDeveloperDeveloper event yesterday at Microsoft Reading. I was a great event, a really good chance to hear some good speakers, and catch up on ‘new’ technology. I’ve written up my notes for the sessions I attended and…

Using NOLOCK to avoid dead-locks

I want to talk about NOLOCK. NOLOCK is a SQL Server T-SQL hint which you can give to the compiler in your SQL to tell it that it needn’t bother locking the records it’s going to read. NOLOCK is like…

Theme v1.0.16