What you have described is exactly what I am doin,my problem is in the
second part .When I transfer everything to the temp table .I don;t know
which task should I use to implement the bizrules.
Thanks
"Jon Choy" <jchoy (AT) sgccomputer (DOT) com> wrote
Quote:
Use two tasks
DataPump -> Temp Table, no rules, on success continue to
Temp Table -> Destination Table, only things which pass the rules (now
that you can perform SQL set operations instead of being limited to
ActiveX script equivalents of cursor operations)
Then you can also have a task which scans the temp table for errors and
does something intelligent (exception report, drop on the floor [1],
whatever)
[1] - discard silently, commonly used in packet forwarding ruleset
discussions |