We are attempting to use a SQL Server 2003 database for our test records and want a quick way to take NUnit and NAnt output and produce SQL schema and data. Is there a simple way to generate SQL Schema using the XSD file describing these XML documents?
Share
You could use XSD. No, I’m serious. Go to a command prompt and type xsd and press Enter.
Here’s what you will see (truncated):
Just follow the instructions.