Home Page › Forums › BizTalk 2013 & BizTalk 2013 R2 › Global counter from database deadlock › Re: Global counter from database deadlock
September 15, 2015 at 5:23 AM
#28035
I don’t know how fast it has to be, but you can push all 18000 XML documents into another database (e.g. Trigger Database) and from there BizTalk get each message after another (using SQL-Adapter; select TOP 1 …) and delete each message once the message is stored in the msgbox.