When my SSIS package is executed, it updates a status field with the word 'Running'.
If the package is aborted by the user, I want to run a SQL script to update this field with the word 'Aborted'. The OnError event handler, of course, isn't triggered by this, so what can I use instead?
Thanks
Mike