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 1:17 PM
#21826
Can you please share more information? What kind of data do you want to insert? Will the data be available in a message being picked up by BizTalk? Do you need BizTalk for the solution?
Solutions to this could range frmo creating a dll in c# that performs the inserts and call it from a custom pipeline component or from an orchestration, to creating your own adapter.
The SQL Adapter is usually recommended though.