Alerting won't stop your blocking, it will simply tell you that you are having the problem.
Blocking is caused by to many users trying to access the same record or page at the same time. This is a normal database function in order to keep the database clean and safe.
Blocking however can be reduced by the proper use of indexes and using the correct isolation level (or the nolock index hint). If you aren't up on indexes you may want to check out the index advisor in Query Analyzer (or SQL Server Managment Studio if SQL 2005).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.