Hi all,
I have a VB program that runs an async. stored procedure. The user can watch the progress by reading a small log table that is written to by the sp.
I would like to give the user the capability to cancel just his instance of that procedure, but not kill his entire session. How would I go about that?
Thanks,
--Jim
I have a VB program that runs an async. stored procedure. The user can watch the progress by reading a small log table that is written to by the sp.
I would like to give the user the capability to cancel just his instance of that procedure, but not kill his entire session. How would I go about that?
Thanks,
--Jim