I have a stored proc that is executed from within another stored proc, both of these procs run transactions in them that update data.
Now if either of these 2 SPs fail i want to be able to roll back the transactions that have occured so that the data doesn't change.
Is this possible? if so, how?
Thanks.
Now if either of these 2 SPs fail i want to be able to roll back the transactions that have occured so that the data doesn't change.
Is this possible? if so, how?
Thanks.