Hi Experts,
I have an SSIS Configuration table mapping my variable "StaffNumber" in my package where variable 'StaffNumber' is mapped to a parameter in my Source table. I have a select statement in my OLE DB Source "where StaffNumber IN (?)". The value for my ConfiguredValue column is the StaffNumber in my Source table. Is it possible for my configuration table to contain a single ConfigurationFilter but with multiple values for my ConfiguredValue column so that it can pass multiple StaffNumbers in my variable?
Thanks,
Richie Neil