| bio | website | richquackenbush.com |
|---|---|---|
| location | Raleigh, NC | |
| age | 37 | |
| visits | member for | 1 year, 3 months |
| seen | Mar 5 '12 at 21:02 | |
| stats | profile views | 3 |
I'm a coder. Well, at least I think of myself as a coder. If I really thought about it, it would probably occur to me that I'm really doing nothing more than stringing together a bunch of hacks that sometimes do what I want. Sometimes.
|
Mar 5 |
awarded | Teacher |
|
Mar 5 |
awarded | Autobiographer |
|
Mar 5 |
comment |
How to make sure that simultaneous INSERT and SELECT on one table won't make a deadlock? @alex - given default locking, how would a dirty read occur? You would have to specify that you're OK with dirty reads (aka NOLOCK). |
|
Mar 5 |
answered | How to make sure that simultaneous INSERT and SELECT on one table won't make a deadlock? |