All About SQL
I am a Senior DBA with interest in MS technology especially SQL Server and Azure. During 2015 I was mentored by Paul Randal Data Platform (SQL Server) MVP and during 2016 I completed my SQLskills Immersion training on Internals and Performance Tuning. When I am not working I am in the gym burning calories.
Don’t blink you might READPAST it Posted on 13 December 2016 CommentsFollowing on from my previous post on NOLOCK (https://blobeater.blog/2016/12/09/nolock/) I want to talk about another hint called READPAST. This hinttells the database engine not to read rows that are locked by other transactions. It is best explained with an example. … Continue reading →