Bridge Transaction Groups Start/Stop

Hi,

Is there a way in SQLBridge that I could programatically force a transaction trigger before it actually stop. I need to do it on the start too but that will be easier I think by using SQLTags on the starts but not sure how I will capture the stop.

Thanks
Julio D

Hi Julio,

Do you mean that you want to retrigger a transaction group before it actually finishes? The closest thing that I can think of would be to make an exact copy of your transaction group, and simply trigger a new instance of it before the other completes. There are several potentially complex operations going on during the execution of a transaction group, so interrupting one probably isn’t your best option.