pass dataset to new database
C#
2
Posts
2
Posters
0
Views
1
Watching
-
dataset i created with some merges, i want to put that dataset into another empty database that has the same datastruture already.
just use t-sql select * into [your new table] from [source data table] or insert into [dest data table] ... select ... from [your source table] even you can write a c# function also use the same ASP.NET C# VB VC & SQL Windows APP ...