cancel
Showing results for 
Search instead for 
Did you mean: 

any tool for converting XSD to SQL

Former Member
28,601

Hello,

I am looking for some tools or wrapper, which makes it possible to create SQL Tables or Views for a XML Schema.

The only thing i have found was from Altova, but it costs money.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Some freeware possibilities:

  1. xsd2db and Visual Studio 2008- see here.
  2. ixsd2db - see here.
  3. If you create the schema yourself, you can use SQL Anywhere's OPENXML() procedure to shred the XML and generate a relational result set that you can load using INSERT FROM SELECT.