sql server - Is There a Tool to Generate Database schema from XML Schema? -


I am looking to generate an MSSQL schema from an Exiting Industry Standard XSD file. Any suggestions on which device to use? I've played with XMLspy but I need a bit more flexibility in data type mapping.

You have already tried this, but I have used MS XML bulk load before

Some of the useful related articles:


Comments