http://www.perlmonks.org?node_id=1193938


in reply to Dead Lock replication in Sql server

Does this series of transactions, in fact, deadlock?   If it does, then you have two choices for how to handle it.   DBI provides a RaiseError option, normally not set, which will throw an exception whenever any error occurs.   If you are particularly interested in error #1205, then you can test for that result-code and throw an exception yourself.

  • Comment on Re: Dead Lock replication in Sql server