Hello,
I'm new in SSIS.
Right now, I copied a data table from an Access file to a SQLServer database.
Next, I would like to read from this data table and for each row, evaluate two fields/columns.
If one is greater o less than the other (they are numbers INT values) I have to send an alert mail.
But, I don't know to to do this process.. How to read from data table and evaluate these numbers.
Can you help me?
thx