Hi folks,

Hope everyone is having a great day and enjoyed the super blue blood moon
last night.

Quick question:

Given a stored procedure "OuterProc" that calls another stored procedure
internally "InnerProc"
When I call "OuterProc" from C# using a connection with a started
transaction, and "InnerProc" becomes a deadlock victim
Is there a way that I can identify in my C# code that "InnerProc" was the
deadlock victim, given that my C# code only knows about "OuterProc"?

Cheers
Dave

Reply via email to