Insert DataSet in SQL

0

A question to the knowledgeable public of this forum .. I am with a system in Visual with MVC, in which I must consult some data and for this I must load initial information to the database with a dataset, it is filled with an excel file. The question... Is there a way to insert a dataset to SQL Server?

Copy it as it is in the dataset with the column name for each record (copy it into a new SQL table?) and with some type of default data either string for each column and then modify

    
asked by Richard 08.06.2018 в 01:47
source

0 answers