Creating XML from SQL data



I have a huge XML, with over 150 element and attributes. I need to populate only a handful of them ( 5 or 6) elements with data from a SQL server 2008 tables. This created xml need to be passed to a webservice ( to ESB) and this has to happen on a daily schedule.


I think, it does not make sense to use XML Path here to create the XML and use SSIS. Can anyone suggest an approach?


No comments:

Post a Comment