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 components of sql server service broker?
What are acid properties of transaction?
What are the different types of collation sensitivity?
What are orphan records?
How can I track the changes or identify the latest insert-update-delete from a table?
what is the difference between Tabular and Matrix report?
What are secondary xml indexes?
What the different components of Replication and what is their use?
Can two tables share the same primary key?
Explain important index characteristics?
What is tcl in sql server?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
How to enable tcp/ip protocol on a sql server?
What does dml stand for?
How to update multiple rows with one update statement in ms sql server?