How many nested transaction can possible in sql server?
Answer Posted / raj..
There is a limit of 32 on the maximum nested levels on both
SQL Server 2000 and 2005
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
How to write a query with a left outer join in ms sql server?
How to reaname table name without using sp_Rename in sql server..?
How real and float literal values are rounded?
What are the differences between stored procedure and the dynamic sql?
A trigger can reference objects outside the current database? State true or false.
How can we get count of the number of records in a table?
What guidelines should be followed to help minimize deadlocks?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What is dirty page?
What is the process of normalization?
What do you mean by 'normalization'?
How many types of attribute relationships are there? : sql server analysis services, ssas
What are the steps you can take to avoid “deadlocks”?
What is executereader?
What is the difference between DataRow.Delete() and DataRow.Remove()?