Explain transaction atomicity?
Answers were Sorted based on User's Feedback
Answer / saurav
Transaction Atomicity has four attributes:-ACID (atomicity,
consistency, isolation, and durability) is an acronym
device for learning and remembering the four primary
attributes ensured to any transaction by a transaction
manager (which is also called a transaction monitor). These
attributes are given below:
Atomicity. In a transaction involving two or more discrete
pieces of information, either all of the pieces are
committed or none are.
Consistency. A transaction either creates a new and valid
state of data, or, if any failure occurs, returns all data
to its state before the transaction was started.
Isolation. A transaction in process and not yet committed
must remain isolated from any other transaction.
Durability. Committed data is saved by the system such
that, even in the event of a failure and system restart,
the data is available in its correct state.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / swapna
We must ensure that the entire transaction is either
committed or rolled back.
| Is This Answer Correct ? | 3 Yes | 0 No |
Is the COM architecture same as .Net architecture? What is the difference between them ?
What is the new three features of COM+ services, which are not there in COM (MTS) ?
Define security?
What are Interop Services?
How does you handle this COM components developed in other programming languages in .NET?
What is the difference between com architecture and .net architecture?
Define transaction atomicity?
What is reliability?
What happens when we instantiate a .NET component ?
What is CCW (COM Callable Wrapper) ?
how to register dll in COM / COM+ application
What is the new three features of COM+ services, which are not there in COM (MTS)
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)