Gracefully Dealing with Deadlocks

Posted by Derek Dieter on SQL Server Planet See other posts from SQL Server Planet or by Derek Dieter
Published on Mon, 10 May 2010 22:56:18 +0000 Indexed on 2010/05/10 22:56 UTC
Read the original article Hit count: 161

Filed under:
In some situations, deadlocks may need to be dealt with not by changing the source of the deadlock, but by changing handling the deadlock gracefully. An example of this may be an external subscription that runs on a schedule deadlocking with another process. If the subscription deadlocks then it would be ok to [...]

© SQL Server Planet or respective owner

Related posts about sql