DevPinoy.org
A Filipino Developers Community
All Tags » sql » concurrency (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • handling unique constraint violations

    unique constraints are very common for database table designs in applications nowadays. there are two ways to safely code an application to cater for this unique constraint requirement. (1) do an existence check/query before doing the insert. (2) let the database throw a unique constraint and handle...
    Posted to jokiz (Weblog) by jokiz on 04-24-2007
  • COM+ 1.0 and SERIALIZABLE ISOLATION LEVEL

    Knowing the scenarios involved with the different Isolation Levels for SQL Server, I was surprised to find out a number of stored procedures being used in a project I'm involved with, has retrieval operations with a NOLOCK switch. I was searching for answers why they have designed the said SPs that way...
    Posted to jokiz (Weblog) by jokiz on 06-16-2005
  • Real life application of Concurrency Violations

    Sahil and Bill are having funny conversations on real life meaning of concurrency violations. You might want to peek here .
    Posted to jokiz (Weblog) by jokiz on 03-08-2005
Page 1 of 1 (3 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems