Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to insert data into SQL Server without using SQL Adapter › Re: How to insert data into SQL Server without using SQL Adapter
March 4, 2009 at 8:28 AM
#21824
This component is called in Expression shape rite, so I need to debatch xml’s from a message and then insert these xml into a column of the table, my question is when debatching several xml’s from a message do I need to use one expression shape to debatch one xml or is it possible to use only one expression shape for debatching several xml’s from a msg? and after that I need to insert these xml’s into their respective columns of the table and can I do this insertion in one expression shape like inserting different xml’s into different tables.
Thanks