Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
3 answers
5k views

How to handle in an effective way duplicate key insertions w/out throwing an exception

My case scenario passes parameter to a procedure, that only does an insert. But two threads might try to pass the same value. How to handle this situation w/out throwing an exception and with least ...
Falcon's user avatar
  • 650