Question about saving data from DV via the Save Data to an existing Database Table with a trigger set on it:
Let's say you're writing a data flow dataset that will ultimately write 50 records to a table "TBL_SENT_FILES". That table has an after insert trigger on it to do some sort of task.
Will that trigger trigger once, or will it trigger 50 times?