how to load xml file that has complex type mixed=ture in its schema to sql database table
I have an xml file and a schema that has complex type mixed=true
what is the best way to import the data from xml file to a table or create one from the xml file
how to pick only selected columns
Thanks
sz