DataSet to SQL Server 2005

  • Thread starter Thread starter Frank Uray
  • Start date Start date
F

Frank Uray

Hi all

I have a DataSet with some tables, columns and rows.
Now I want to get this tables into SQL Server 2005.
The Tables in the SQL Server are not existing.

Is there a easy way to do this ?

Thanks for any comments.

Best regards
Frank Uray
 
Hi all

I have a DataSet with some tables, columns and rows.
Now I want to get this tables into SQL Server 2005.
The Tables in the SQL Server are not existing.

Is there a easy way to do this ?

Thanks for any comments.

Best regards
Frank Uray

Not that I know of, you will have to create the tables in your DB
first.
 
Back
Top