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
How do I uninstall sql server 2014?
How to provide login information for a new odbc dsn?
What is the difference between ‘having’ clause and a ‘where’ clause?
what is the sql equivaent of the dataset relation object ?
What is the name of the Database which IBM mainframe uses?
How do I get to sql server configuration manager?
How can I get data from a database on another server?
Where to find ntwdblib.dll version 2000.80.194.0?
Explain optimistic and pessimistic concurrency?
Differentiate between truncate vs delete in mssql?
Explain partitioned view?
What do you mean by sql server agent?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is normalization and what are the advantages of it?
How to execute stored procedure in select statement sql server?