Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Transaction Question

Author  Topic 

seanworking
Starting Member

13 Posts

Posted - 2009-11-10 : 02:53:28
Can you run transactions inside a transactions..you should be right.. nested transaction?

I have to kick off a stored procedure that has a transaction in it, so i just want to make sure if I commit a transaction within a transaction it will still rollback that transaction and rollback all it.

senthil_nagore
Master Smack Fu Yak Hacker

1007 Posts

Posted - 2009-11-10 : 03:59:21
go through this..

http://www.codeproject.com/KB/database/sqlservertransactions.aspx

Senthil.C
------------------------------------------------------
[Microsoft][ODBC SQL Server Driver]Operation canceled

http://senthilnagore.blogspot.com/
Go to Top of Page
   

- Advertisement -