Re: Bulk Insert multiple sources -
06-21-2008
, 11:01 AM
Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts.... |