Can you have a nested transaction?

Answer Posted / ram&saran

It's possible, up to 32 levels of transaction in sql server2005.
begin tran t1
----statements
begin tran t2
----statments
.
.
commit tran t2
commit tran t1

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is global temp table?

583


Tell me what do we need queues in sql service broker?

526


To which devices can a backup be created and where should these devices be located? : sql server management studio

577


What are the different types of subquery?

625


What is public role in sql server?

544






How to find the version of sql server? : sql server database administration

637


what is normalization? Explain different levels of normalization? : Sql server database administration

669


What is #table in sql server?

546


How to modify the underlying query of an existing view?

551


What is a trigger in sql server?

547


Can you please explain the difference between primary keys and foreign keys?

666


What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?

491


What is linked report?

89


how you can configure a running aggregate in SSRS?

118


Tell me what is the stuff and how does it differ from the replace function?

552