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
What will happen if a column containing char type data is changed to the nchar data type?
What is the datatype of rowid?
What is identity?
How to include date and time values in sql statements?
What are the new scripting capabilities of ssms? : sql server management studio
Explain the rules for designing files and file groups in sql server?
How many types of attribute relationships are there? : sql server analysis services, ssas
Explain encryption of entire databases without the need for application changes in sql server 2008?
Which table keeps information about stored procedures?
Explain what is the difference between union and union all?
What is a non-clustered index?
Define Wed Edition in SQL Azure?
can any body tell me how to know the password of current user in sql server
How can you tell if a database object is invalid?
What is scan table/view and seek table/view when its occurs? : sql server database administration