Does anyone know, how can I rollback the already run stored prod inside try…catch in .net c#?
Example:
If I have 2 stored proc need to be run, 2 function is created to run each of the stored prod, and those function will be call inside the try…catch, the 1st stored prod run successfully, however the 2nd stored prod having an error and timeout. In this case, any way I can rollback the 1st stored prod in my .net c#?
Have a look at
Hope this help.