Creating a table from XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • timk

    #1

    Creating a table from XML

    I have an XML schema generated from a call to
    WriteXmlSchema on an ADO.Net DataSet. How can I
    programmaticall y create a physical table(s) in a SQL
    Server 2k database from this schema without manually
    parsing the xml to generate the "create table" sql
    statement?

    Thanks,
    Tim


Working...