Hi Guys,
I am getting a deadlocks recently on one of my instance of SQL Server. Below are the two statements involved in the deadlock
1) UPDATE Table1 SET Column1=123 WHERE Column2='XYZ'; (This statement is the victim)
2) UPDATE
I am getting a deadlocks recently on one of my instance of SQL Server. Below are the two statements involved in the deadlock
1) UPDATE Table1 SET Column1=123 WHERE Column2='XYZ'; (This statement is the victim)
2) UPDATE