Calling all Expert of Biztalk and SQL Server 2005:
I'm a newbie Biztalk developer.I'm using SQL Adapter to call a stored procedure. I encountered a deadlock. The error description is like this:
Transaction (Process ID 54) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
I think the stored procedure that is called currently in execution while another message request is coming that causes the deadlock.
Any idea how to resolve this issue in the stored procedure?
I greatly appreciate your idea.
Regards,
Oliver