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 to disable a login name in ms sql server?
Can the “if update (colname)” statement be used in a delete trigger?
How to create “dependant” parameter “make, model, year”
What is use of dbcc commands?
Where are sql server usernames and passwords stored in the sql server?
How to create a large table with random data for index testing in ms sql server?
What is #temp and @table variable in SQL server?
How will you decide the active and passive nodes?
Explain different types of locks in sql server.
Write SQL queries on Self Join and Inner Join.
Why do we use trigger?
What are page splits? : SQL Server Architecture
What are different replication agents and what's their purpose? : sql server replication
What is meant by datasource?
Can we use custom code in ssrs?