Kent:
Why not put the DROP Table statement in its own Execute SQL Task and have
the precedence constraint set to "On Completion" instead of "On Success"? The
behavior will be similar to "Resume Next" because regardless of if the task
executes with error or not, the next one in line WILL get its turn to go.

Signature
Todd C
> i've googled and reviewed the event handling chapter in my wrox SSIS
> book..but have not found the equivalent of the old 'resume next' vb
[quoted text clipped - 9 lines]
>
> Thanks
kent.eilers@res-direct.com - 02 Jul 2008 19:31 GMT
> Kent:
> Why not put the DROP Table statement in its own Execute SQL Task and have
[quoted text clipped - 18 lines]
>
> > Thanks
sounds like a good idea...i actually ended up using
infromation.schema.tables to determine if the temp table exsits...then
using the constraints to direct to next step.
i'm going try your advice too...