SQL Server Database Administrator Question:
Download Job Interview Questions and Answers PDF
What is database isolation in SQL Server?
Answer:
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
► Serializable
► Repeatable read
► Read committed
► Read uncommitted
Download SQL Server DB Administrator Interview Questions And Answers
PDF
Previous Question | Next Question |
Why would you call Update Statistics? | How to control the amount of free space in your index pages? |