I'm using Storefront v8.0.1.2. When we make changes to the site - anything that re-complies the site, we get deadlock errors for about 5-10 minutes. This is a high volume store that has been in production for more than 18 months. We're the new development group.
We setup a SQL trace to explore. Around 98% of the deadlocks originate from a stored procedure called 123dnsf.dbo.aspdnsf_PABPEraseCCInfo. This is a Storefront stored procedure that is encrypted. We have no control over how it functions.
What is this SP? What does it do? Why is it causing deadlocks so frequently (around 150 over a 12 hour period)?