Answer Posted / dharmendra k. dixit
Basically a Transaction is a Series of work..which either
complete successfully or failed in Group.
there is ACID proerty in this
ACID stands for
A - Atomicity
C - Consistancy
I - Isolation
D - Durability
| Is This Answer Correct ? | 49 Yes | 2 No |
Post New Answer View All Answers
How can you find out how many rows returned in a cursor?
How to reaname table name without using sp_Rename in sql server..?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
How is table type constraint applied to a table?
How is SQL Azure different than SQL server?
What is the query and subquery?
What are tables in sql server?
What is the process of indexing?
How to perform key word search in tables?
How to retrieve error messages using odbc_errormsg()?
What is row_number()?
What is replication with database mirroring? : sql server database administration
How to provide login information for a new odbc dsn?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What is exporting and importing utility?