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