Thanks!
Jim Work
In the control flow, you may want to issue an execute sql task with the query being: select min(value) as minvalue, max(value) as maxvalue from table.
Then map the results to two variables.
Then, in the data flow, you can compare input to the two variables using a conditional split, derived column, etc...
No comments:
Post a Comment