Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Let's say I have a stored procedure SP_Master with a code similar to this:

 

create proc sp_master
as
begin

begin tran

exec sp1
exec sp2

update table1 set...

rollback
end

 

My question: the rollback statement will also rollback the changes made by sp1 and sp2?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...