ratnalein 0 Posted July 12, 2012 Report Share Posted July 12, 2012 Hallo everyone, I am currently building a data warehouse using only SQL. I would like to know what the most basic way to import an XML file into a relational database. I have tried to searched in the internet, most recommendations are to use a specific ETL tool. Thank you very much. Regards,Ratna Quote Link to post Share on other sites
boen_robot 107 Posted July 12, 2012 Report Share Posted July 12, 2012 XML by itself has no semantics. You need a tool that would interpret your XML in whatever fashion you want, and deal with the database accordingly.You don't have to use a specific tool by someone else... you could write a tool yourself, that would interpret your XML in the way you want it to. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.