SQL SERVER 2005 XML LOAD
Having a text file (in which resides the xml data and the xml schema definition),i have to create the afilliate tables to that XML(+XSD).The problem is the XSD is variable , and can not be hardcoded, i mean that XSD could vary from file to file...
Is there a way to create automatically the tables and load them with data from the xml?
Greets,
Adrian



