SSIS importing and creating tables from XML

I do apologise, this is a beginner SSIS question but I am not really sure of the resources to use.

If I have an XML without an XSD what is the best way to create and import data in SQL Server? I know I can use xsd.exe to create an XSD from my XML.

But if I want my structure to be somewhat different in SQL server how would I go about creating a reliable and repeatable import system for my data so i can easily manage the data up

May 24th, 2015 10:39pm

you can create a table based on current structure and use xpath functions to populate data from xml so far as xml structure doesnt change

see

http://visakhm.blogspot.ae/2012/10/shred-data-as-well-as-metadata-from-xml.html

Free Windows Admin Tool Kit Click here and download it now
May 25th, 2015 1:39am

Hi the link goes to a page does not exist error.
May 25th, 2015 3:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics