| |
| | COM+, SQL Server, Serializable isolation level and the issues: Narayana Vyas Kondreddi's home page |
 | | Serializable isolation level is the strictest of all the other isolation levels (READ COMMITTED, READ UNCOMMITTED, REPEATABLE READ), and can badly degrade the concurrency of a database in a heavy OLTP environment. |
 | | Well, now that I know the application running under SERIALIZABLE isolation level, I'm not surprised about all those timeout issues, deadlocks and slow response time. |
 | | So, many development teams may not pay enough attention to the serializable isolation level, under which their application will be running, once deployed. |
| vyaskn.tripod.com /com_isolation_level.htm (1361 words) |
|