I am trying to execute sql query which has written in excel sheet via SSIS. For e.g I have Excel sheet which has more than 20 SQL select statements. I want to run these SQL query using SSIS and load the output of these query to another excel file. for e.g. I have
S.NoQuery
1Select * from stud
2Select * from emp
3Select * from prod