Deadlock

Deadlock

am 06.06.2007 09:28:05 von Rahul

Hi,

How we can detect deadlock from a database.

Rahul

Re: Deadlock

am 06.06.2007 12:56:05 von Robert Klemme

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