How many nested transaction can possible in sql server?

Answer Posted / naveen singh

three type of

(1)Begin
(2)Rollback
(3)commit

Is This Answer Correct ?    11 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If no size is defined while creating the database, what size will the database have?

649


What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?

829


What are the recovery models in sql server 2000?

634


What is the process of indexing?

603


What is xdr?

663






Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

652


Which tcp/ip port does the sql server run on? How can it be changed?

632


Write a sql query to delete duplicate records from a table called table1

688


Why union all is faster than union?

588


What is the difference between drop table and truncate table?

566


Explain few examples of stored procedure over triggers?

619


What is xml datatype?

751


Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture

646


What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration

673


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? : Sql server administration

624