up vote 2 down vote favorite
2
share [g+] share [fb]

I am learning SQL Server deadlock, about why there is deadlock, how to solve dead lock issue, best practices, how to analyze why deadlock happens.

I am working on SQL Server 2008 Enterprise. Any recommended readings for me?

thank in advance, George

link|improve this question

57% accept rate
feedback

2 Answers

up vote 4 down vote accepted

read this article.

Bye.

link|improve this answer
Good stuff, thanks! – George2 Aug 21 '09 at 13:08
my name is judge – Egg Aug 21 '09 at 13:27
1  
+1 Simple-Talk is always good stuff! :-) – marc_s Aug 21 '09 at 14:00
feedback

InformIT has a pretty good introductory article to transactions and locking. MSDN also has a good overview of transactions and how they're used.

link|improve this answer
Good stuff, thanks! – George2 Aug 21 '09 at 13:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.