in reply to Re^2: Dead Lock replication in Sql server
in thread Dead Lock replication in Sql server
If you need code to replicate a deadlock in Microsoft SQL Server, I think you are wrong here. Creating a deadlock in a database is not a Perl problem, it is more an SQL problem.
Once you have the SQL to create the deadlock, use DBI to send the SQL to the server.
Then fix the issue by using Exception::Class::TryCatch.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Dead Lock replication in Sql server
by sunil19 (Initiate) on Jun 30, 2017 at 11:50 UTC | |
by Eily (Monsignor) on Jun 30, 2017 at 12:29 UTC | |
by sunil19 (Initiate) on Jul 03, 2017 at 05:56 UTC | |
by poj (Abbot) on Jul 03, 2017 at 07:50 UTC | |
by AnomalousMonk (Archbishop) on Jun 30, 2017 at 15:47 UTC | |
|
Re^4: Dead Lock replication in Sql server
by sunil19 (Initiate) on Jun 30, 2017 at 11:17 UTC | |
by Corion (Patriarch) on Jun 30, 2017 at 11:32 UTC | |
by marto (Cardinal) on Jun 30, 2017 at 11:18 UTC |