Hi All,
I have a excel file from which I want to read all the values one by one from column A and use those values as a parameter for a stored procedure. The stored procedure will evaluate the output based on the excel input and populate a sql database table.
I know how to read a excel file and directly map it to SQL table, but please help me achieve the above scenario. I am not able to map excel values to SSIS variable and pass them to stored procedure as parameter. How to do this...please suggest.
Thanks
Sucharita Dansana