Answers

Question and Answer:

  Home  SQL Server DB Administrator

⟩ What is database isolation in SQL Server?

Isolation in database defines how and when changes made by one transaction can be visible to other transactions. Different isolation levels are:

► Serializable

► Repeatable read

► Read committed

► Read uncommitted

 179 views

More Questions for you: