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 new changes are being made in SQL Server?
What does <> symbol mean?
What are the kinds of subquery?
What is tablix?
How to use clusters?
Explain the phases a transaction has to undergo?
List the types of recovery model available in sql server?
Explain atomicity?
What is a hint?
Differentiate between ms sql server reporting services vs crystal reports?
Will count(column) include columns with null values in its count?
Write a SQL queries on Self Join and Inner Join.
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
How to sort the query output with order by clauses in ms sql server?