I am try to load multiple excel files into database, I have tried this link:
How to loop through Excel files and load them into a database using SSIS package?
but it keeps looping through the files and never ends.
can anyone help?
I am try to load multiple excel files into database, I have tried this link:
How to loop through Excel files and load them into a database using SSIS package?
but it keeps looping through the files and never ends.
can anyone help?
This is not likely given you have a small number of files which you should when testing. You need to log the file names inside the ForLoop and see if the values are ever changing. With the dynamic sheet name may have a stability problem, e.g. some characters may not be able to be picked up by the OLEDB driver. This is in general a not recommended practice to process dynamic data.