Answer Posted / vishal
Atomicity means either the transaction is complete or it it will go on its previous condition
consistency :- it means that after and before the transaction process the data remains in consistent manner;
Isolation :- if two transaction process than each transaction is unaware to both of them
Durability :-means when the transaction is committed .it must be durable even the system is crash..
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to execute stored procedure and set temp table in sql server?
what is memory-optimized nonclustered indexes
Call by value and call by reference in procedure and function, with NOCOPY.
role of sql sever 2005 in database rather than any other database
Why we need sql server?
How to how to convert numeric expression data types using the convert() function??
Can we deploy SSRS reports on our personal website?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What are the purposes and advantages stored procedure?
Explain the different index configurations a table can have?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What have included columns when we talk about sql server indexing?
Explain about nested stored procedure?
What are the steps to insert a table?
How do I know if localdb is running?