SQL Server 2005 Deadlock Tracking

This is a very useful article for anyone experiencing deadlock issues with SQL Server 2005.

http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/

I made use of this while tracking down the cause of the following error:

Transaction (Process ID 97) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

When using Profiler it is important that you don’t set too many items on trace in a production environment, this can cause your database performance to degrade dramatically.

Share this post:
  • Print
  • email
  • Facebook
  • Twitter
  • Tumblr
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn

Related Posts

This entry was posted in Databases, SQL Server and tagged . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
blog comments powered by Disqus
  • Subscribe to my feed Subscriber via Email Follow Me on Twitter! Check me out on Facebook! Check me out on LinkedIn!