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 are the system database in sql server 2005?
What are ddl triggers and types of ddl trigger?
can we have a nested transaction? : Sql server database administration
What is the difference between composite index and covering index?
What do you understand by a view?
What are the recovery models for a database?
What are the benefits of filtered indexes?
What is the recovery model?
Explain about temporary stored procedure?
What is the purpose of forms?
Tell me what is log shipping?
What are parameterized reports? What are cascading parameters in ssrs reports?
What is difference between clustered and non clustered index?
what is datawarehouse?
What is openrowset sql server?