What are explicit and implicit transactions?

Answer Posted / anton

Implicit transactions are used automatically ACID
properties,mean would be updated or none of them would.

Explicit transactions are started by using the BEGIN
TRANSACTION T-SQL command and are stopped by using the
COMMIT TRANSACTION or ROLLBACK TRANSACTION commands.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about builtinadministrator?

612


Describe in brief databases and sql server databases architecture.

536


What are page splits?

590


Define right outer join?

556


Difference between DELETE and TRUNCATE?

624






What are the differences between union, intersect, and minus operators?

584


What do you mean by data integrity?

610


How to reaname table name without using sp_Rename in sql server..?

537


Can you explain the disadvantages/limitation of the cursor?

511


How do you use a subquery to find records that exist in one table and do not exist in another?

557


Explain optimistic and pessimistic concurrency?

548


Explain can you implement data mining in ssrs?

106


How do I know if localdb is running?

523


A trigger can reference objects outside the current database? State true or false.

563


How to enable/disable indexes?

608