Excel Sheet to sql Database

I have an excel sheet with several data. How do I insert the data from this excel sheet to sql server database?

Hi,

You can use excel loop to read and iterate over data rows. Form insert quest and use database activity insert interaction to execute the query

1 Like