DTS: Any way to trap the OnQueryCancel event on Step.Execute()? -
06-10-2004
, 01:58 PM
(SQL Server 2000, SP3a)
Hello all!
I'm wondering if there's any way to handle the OnQueryCancel event from the Step.Execute()
context? It seems like we can handle the event from the Package.Execute() context, but
not from Step.Execute().
We have a situation where we'd like to "single step" through a package's Steps, but we're
encountering this bug in DTS:
http://support.microsoft.com/default...b;EN-US;319058
We were able to work around this issue in the Package.Execute() context by providing an
event handler as specified in that KB article. However, that handler doesn't seem to be
invoked when the Step.Execute() function is invoked.
Thanks for any help anyone can provide!
John Peterson |