Answer Posted / swapna
An isolation level determines the degree of isolation of
data between concurrent transactions. The default SQL
Server isolation level is Read Committed.
Here are the other isolation levels (in the ascending order
of isolation): Read Uncommitted, Read Committed, Repeatable
Read, Serializable
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
What is the difference between NOROW and LOCKROW?
what are the different ways to return the rowcount of a table?
Does an index slow down updates on indexed columns?
What are different types of database indexes?
Does sql server use java?
Detail about query optimizer?
What is indexing explain it with an example?
Where are sql server usernames and passwords stored in the sql server?
What is wrong with sql server client libarary dll, ntwdblib.dll?
what are the types of indexes? : Sql server database administration
What command is used to create a database in the sql server and how?
What is a natural primary key?
What is pivot and unpivot?
What is a benefit of using an after insert trigger over using a before insert trigger?