A transaction is a logical unit of work in which, all the steps must be performed or none. ACID stands for Atomicity, Consistency, Isolation, Durability. These are the properties of a transaction. For more information and explanation of these properties, see SQL Server books online or any RDBMS fundamentals text book.
Subscribe to:
Post Comments (Atom)
-
Please send your queries regarding .net Programming.
-
Option Strict On Public Module modMain Public Sub Main () Dim maxValue As Byte = &HFF Dim posValue As UIn...
-
One-to-One relationship can be implemented as a single table and rarely as two tables with primary and foreign key relationships. One-to-M...
No comments:
Post a Comment