Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Inserting entire XML message into database › Re: Inserting entire XML message into database
December 10, 2008 at 8:50 AM
#21346
I once had a similar problem, what we did was create a column of the type ‘xml’ and that way we were able to insert the whole xml message unattached. I think you need MS-SQL 2005 to use that datatype.
Would this work for you ?