Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are explicit and implicit transactions?

Answers were Sorted based on User's Feedback



What are explicit and implicit transactions?..

Answer / lara

When a connection is operating in implicit transaction mode
MS SQL automatically starts a new transaction after the
current transaction is committed or rolled back.Implicit
transaction mode generates a continuous chain of
transactions.

An explicit transaction is one in which you explicitly
define both the start and end of the transaction.A user has
to use the BEGIN TRANSACTION, COMMIT TRANSACTION, COMMIT
WORK, ROLLBACK TRANSACTION, or ROLLBACK WORK Transact-SQL
statements to define explicit transactions.

Is This Answer Correct ?    24 Yes 1 No

What are explicit and implicit transactions?..

Answer / vasudeva naik

Explicit transactions must be explicitly started with the
BEGIN TRAN statement, whereas no BEGIN TRAN is necessary to
start a multistatement transaction when in implicit
transaction mode.

Is This Answer Correct ?    16 Yes 2 No

What are explicit and implicit transactions?..

Answer / 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

What are explicit and implicit transactions?..

Answer / 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

More SQL Server Interview Questions

Can we call SP inside a query?

5 Answers   CA, CarrizalSoft Technologies, Wipro,


Wht is Stuff in sql ser

2 Answers  


what is the difference between delete table and truncate table commands? : Sql server database administration

0 Answers  


diffrence between Cluster Index and non Cluster Index

3 Answers   Wipro,


How to insert a new row into a table with "insert into" statements in ms sql server?

0 Answers  


What is the purpose of update statistics and scope_identity() function?

0 Answers  


What is SQL server agent?

2 Answers   HCL, SAP Labs,


How to get a list of columns in a view using the "sp_help" stored procedure?

0 Answers  


How to replace the Query Result 'Null Value' with a text ?

0 Answers   MCN Solutions,


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

0 Answers   Facebook,


What is tabulation?

0 Answers  


What is normalization and its forms?

4 Answers   Challenger Financial,


Categories