I’m working with my first Biztalk application, and trying to save data from XML-file to multiple SQL-tables.
I found article written by Richard Seroter where’s shown how to do that without using Stored procedures. Article is very good, but i faced problem on SQL identity values and foreign keys between tables.