I have a XSD file and many XML data files. What's the fastest way to create the database/tables from the XSD file and then load all XML files into the generated database schema?
For now, I don't care if it's using a code generation tool or whatever else. I just want to know the fastest way to do this.