What are explicit and implicit transactions?

Answer Posted / chintan

IMPLICIT TRANSACTION: When turned on by using "SET
IMPLICIT_TRANSACTION ON" during transaction you have to
issue 'COMMIT TRAN' command in order to commit transaction.

EXPLICIT TRANSACTION: By default in SQL Server when you
finish a transaction it is committed to the database.

Is This Answer Correct ?    9 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which language rdl files made of?

114


What is raiseerror? What is raiseerror?

795


How to get @@error and @@rowcount at the same time?

768


What are the benefits of filtered indexes?

709


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

718






Explain how you can deploy an SSRS report?

122


What are the main differences between #temp tables and @table variables and which one is preferred?

768


What is the return type of executeupdate ()?

690


Give an example of SQL injection attack ?

731


What is a covering index?

718


How many types of functions are there in sql server?

604


Explain the categories of stored procedure?

705


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

666


What does the update command do?

784


how many triggers you can have on a table? : Sql server database administration

703