Deadlock

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rahul

    Deadlock

    Hi,

    How we can detect deadlock from a database.

    Rahul

  • Robert Klemme

    #2
    Re: Deadlock

    On 06.06.2007 09:28, Rahul wrote:
    How we can detect deadlock from a database.
    SQL Server will detect database only deadlocks for you and notify you
    (i.e. kill one of the participants).

    robert

    Comment

    Working...