Multiple connection with sql adapter Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Multiple connection with sql adapter This topic has 1 reply, 1 voice, and was last updated 8 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts December 30, 2008 at 12:49 PM #21454 community-content Hi, how i can resolve this issue? i receive many orders in a folder, then biztalk receive this orders and send to SQL. the problem is when biztalk load all orders without wait for the process finished of the first order, opening multiple connections and blocked my DataBase. how i can avoid this? kind regards p.d. bad english ? better spanish [:D] December 31, 2008 at 6:00 AM #21456 community-content If its a requirement to process the messages in order, then implement singleton pattern. Only one instance of orchestration will process the messages. But if its not, I guess you need analyze the causes for database locks and try to avoid them. -try using stored procedures -minimize the scope of database transaction Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register