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 is b tree index?
What is the difference between ddl and dml?
What is amo? : sql server analysis services, ssas
How many types of built in functions are there in sql server 2012?
how we use window authentication connection with sql server.?
How to set database to be read_only in ms sql server?
What is table valued function and scalar valued functions?
How many types of local tables are there in sql server?
What is role playing dimension with two examples? : sql server analysis services, ssas
How do you create an execution plan?
can a database be shrunk with users active? : Sql server administration
What is sql collation?
What is ems sql management studio? : sql server management studio
What is the function of inner join?
How to return the top 5 rows from a select query in ms sql server?