I understand the concept of isolation w.r.t transactions. I want to know whether I can set the default isolation level for the entire database / a particular table in a database.
I want to do this because i understand that increasing the isolation level can impact performance so i want to restrict the change to a few tables in the entire DB.