I have an Excel source (in SSIS Data flow) with one worksheet in it , and it is configured as "SQL Command from Variable".
The variable has the Select Query to retrieve column data from the worksheet.
We usually get one file each day.
The previous files work fine in the SSIS package, but the latest ones - are throwing the following error -
"The SQL command requires 25 parameters, but the parameter mapping only has 0 parameters"
What is causing this ?