Thanks. I was hoping that there was a way to create sql tables from using
ADO.Net. I know about the SQLXMLBulkLoad. I decided to write a generic
method to generate SQL statements by looping through the dataset. I needed
to create tables for other databases as well as SQL Server. i.e. MS Access,
Oracle. etc.
Thanks Again,
Dolph
""Andrew Conrad"" wrote:
> See the SchemaGen option for SqlXmlBulkLoad. This however requires the XSD
> to be annotated with relational information.
>
> In Sql Server 2005, SSIS will support creating tables from an XSD based on
> the existing DataSet functionality:
>
> http://www.microsoft.com/downloads/d...51f-f8df-46f0-
> b4ac-fbe567277722&displaylang=en
>
>
> Andrew Conrad
> Microsoft Corp
>
>