|
Table property or option that can be applied to a table in SQLServer which enforces default isolation level for that table?
(comments are locked)
|
|
hi, as i know we can't set Isolation level at the table level. but we can control the isolation in 2 levels. 1. by setting the isolation level at the server level (it us in the options tab) 2.or by setting the isolation level at the transaction level.
(comments are locked)
|


Isolation levels are not set at the object level.
What are you trying to accomplish?
Looking to set Isolation levels on table level.
I think that was clear. But what is it that you are trying to solve by putting isolation level on a table?