I try through SSIS to extract the names of the files contained within the folder names and load into a SQL Server table. The folders names are already stored in an SSIS package variable.
I'd like to use a Foreach Loop Container that (for each iteration);
1) Take one folder name (stored in the object variable) in input.
2) Read all the files names of the folder.
3) Load the files names to a SQL Server destination table.
Does anyone have a solution?
Thanks in advance.
