Despite the long date from the question... You can use SSIS (SQL ETL tool) or the SQL Management Studio tool for import data. Easy to do and can be saved like a SSIS package to run in a scheduled basis later.
I can't get this to work for me either but by adding Sql at the end I got it to a different error message. So for you maybe it'll work with c:\temp>xsd2db.exe -f -l MSCIDEV006\MSSQL2K14 -n testdb -s c:\temp\DataSet1.xsd -t Sql
HEUUU, NO ONE CAN HELP ME????
Hello, I am getting the following error messge when using xsd2db, 'No type mapping...
here;s my command: xsd2db.exe -f -l MSCIDEV006\MSSQL2K14 -n testdb -s c:\temp\DataSet1.xsd...
I have a new version of xsd2db that supports an optional -forcePKcreation parameter....
I've been able to confirm that adding a PK to the myname table satisfies the requirements...
Here's what the SQL database looks like (plus a screenshot of the EDM Wizard that's...
I have a fairly simple XSD schema that I'm using XSD2DB to create a set of SQL Server...
Is there a straight forward way to import data from the XML file into the new tables...