-
Transaction Isolation Level : SERIALIZABLE (3 messages)
- Posted by: Pavitra Saxena
- Posted on: March 25 2007 19:59 EDT
Hey Guys, In which kind of business scenario we might want to put this transaction isolation level (SERIALIZABLE)? Tell me some practical business scenario problem when it could be useful. I was just thinking over it and got curious to know other's ideas :). Thanks and Regards PavitraThreaded Messages (3)
- Re: Transaction Isolation Level : SERIALIZABLE by Christopher Stach II on March 25 2007 22:57 EDT
- Re: Transaction Isolation Level : SERIALIZABLE by Jeryl Cook on March 26 2007 10:07 EDT
- Re: Transaction Isolation Level : SERIALIZABLE by John Smith on March 26 2007 23:44 EDT
-
Re: Transaction Isolation Level : SERIALIZABLE[ Go to top ]
- Posted by: Christopher Stach II
- Posted on: March 25 2007 22:57 EDT
- in response to Pavitra Saxena
OMG -
Re: Transaction Isolation Level : SERIALIZABLE[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: March 26 2007 10:07 EDT
- in response to Pavitra Saxena
Transaction Isolation level: SERIALIZABLE Most restrictive isolation level. When it's used, then phantom values cannot occur. It prevents other users from updating or inserting rows into the data set until the transaction is complete. Not trying to be a smart $@#*, but did you post that before you went to google? the answer is very straight forward. -
Re: Transaction Isolation Level : SERIALIZABLE[ Go to top ]
- Posted by: John Smith
- Posted on: March 26 2007 23:44 EDT
- in response to Pavitra Saxena
..I was just thinking over it and got curious to know other's ideas :)
Gawd!.. give this lady a project!