Which transaction isolation level should i use?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vellor
    New Member
    • Feb 2012
    • 3

    Which transaction isolation level should i use?

    My DAL is written in LINQ. I need to wrap some parts of code in transactions. i want to have opportunity to do queries on table while transaction is running.But also i don't want to have problems with dirty reads. Which isolation level should i use?
Working...