T
Tim Kuehn
Guest
[quote user="cverbiest"] We disallow developers to add no-lock to a temp-table find because locking does not exist on temp-tables. [/quote] I use NO-LOCK / EXCLUSIVE-LOCK on TTs to maintain a consistent coding practice for both DB and TT records and to communicate intent about what the code is intended to do. IMO - the more consistent the code base, the fewer "rules" to remember, the better.
Continue reading...
Continue reading...