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 an active database?

762


What is correlated subquery in sql server?

742


Can we linked SharePoint to a SQL database?

747


What is the most common type of join?

726


How to drop existing views from a database in ms sql server?

736






How to skip remaining statements in a loop block using continue statements?

743


How the authentication mode can be changed?

846


What command must you use to include the not null constraint after a table has already been created?

754


Tell me can we use custom code in ssrs?

752


How to create and drop temp table in sql server?

769


Is sql different from sql server?

690


What are synonyms?

714


you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration

707


How can you fetch alternate records from a table?

710


How to rename an existing column with the "sp_rename" stored procedure in ms sql server?

779