Transaction Isolation Level
- From: "dhek" <dhek@xxxxxxx>
- Date: Sat, 3 Nov 2007 11:24:11 +0100
Hi,
I have 1 SQL statement selecting data from various tables and updating other
tables.
The question then is how do I prevent other applications from modifying the
tables that I'm working on (that is while my transaction is being executed)?
I know that the isolation level should be either REPEATABLE READ or
SERIALIZABLE. But I need confirmation on if one of these actually solve my
issue - prevents other applications/threads from modifying/inserting data
into the same tables that I'm working on.
Thanks in advance,
Daniel
.
- Follow-Ups:
- Re: Transaction Isolation Level
- From: dhek
- Re: Transaction Isolation Level
- From: Erland Sommarskog
- Re: Transaction Isolation Level
- Prev by Date: Re: update hierarchy
- Next by Date: Re: Transaction Isolation Level
- Previous by thread: Tracking Record Lineage, Family, etc.
- Next by thread: Re: Transaction Isolation Level
- Index(es):
Relevant Pages
|