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 do you mean by data manipulation language?
Difference between DELETE and TRUNCATE?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
What are the hotfixes and patches in sql server?
How you can get a list of all the table constraints in a database? : Sql server administration
How does index makes search faster?
What is an inner join?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
How to use subqueries with the exists operators in ms sql server?
What is difference between views and stored procedures?
How to set database to be read_only in ms sql server?
What is bulkcopy in sql?
Explain SSRS Architecture?
What is the use of set nocount on/off statement?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration