What is a transaction and what are ACID properties?
Answer Posted / srivas
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.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size of column in sql server?
How to use clusters?
List all types of constraints in sql server?
what is a transaction? : Sql server database administration
How to download and install sql server 2005 books online?
What are the requirements on sql server network connections?
how can you attach more than 20 ldf files in sql server
What are data resources?
How to call stored procedure using http soap?
where can you add custom error messages to sql server? : Sql server administration
Explain the difference between functions and stored procedures in sql server?
How to create a scrollable cursor with the scroll option?
what information is maintained within the msdb database? : Sql server administration
Explain trigger classes i.e. Instead of and after trigger?
Why should one not prefix user stored procedures with ‘sp_’?