G
Guest
The requirement is to transfer data from Excel to SQL tables using ASP.Net for user interface. I have populated the excel data into a dataTable of a DataSet using ADO.Net. Now, I would like to know a better way to insert this data into a new SQL table. Since the Excel has more than 30,000 rows with 20 columns , performance is also an issue here. Please help me through your ideas at the earliest.