Balaji (3/16/2009)
Hi,How to load XML data file to table using SSIS packages. Can you please provide a step by step process how to load xml data's into table ?
Thanks,
Balaji L
You have to setup data flow task. In it you have to create:
1. XML Source component.
2. OLEDB Destination to your database table.
For more complex scenarios how to use XML Source check here.
---
SSIS Tasks Components Scripts Services | http://www.cozyroc.com/