-->
Search SupportSQL
« Wait Stats Analysis - Weekly Detail - by Hour of Day | Main | Page Splits causing i/o bottleneck »
Sunday
15Feb2009

Blocking Resolution – Large Indexes on Update Table

Blocking is resolved here by tracing the blocking/blocked spids with activity monitor (206 & 67 below) to the locked object with sp_lock (677577452) then to the object (Revision table) to determine possible causes, here we find that large indexes and multiple indexes are causing long latencies, blocking and timeouts during table updates. An index analysis will show which indexes are not being used and can therefore be eliminated, reducing update times and lowering blocking issues and lock wait timeouts. Low use indexes can also be exchanged for statistics which do not update at the time of data updates, therein lowering SQL Server internal update processing.

Blocking Resolution

—by Alek Kirstein – SupportSQL.com

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.
Member Account Required
You must have a member account on this website in order to post comments. Log in to your account to enable posting.