I have a little question. I have a small Excel file with 2 colums: "Rate" and "Rate Description". There are only about 10 records there (but it might change over time). Users can change rates at any time. I am supposed to use those rates in my SSIS package to calculate derived fields in one of my tables. Is there a way to read this file every time I run my package and assign those rates to package variables, so I could use them for my calculations ?
Thanks,
Victor.
Thanks,
Victor.