DataSet to SQL Server 2005

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
 
I

Ignacio Machin ( .NET/ C# MVP )

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top