Community

Using application locks to implement a critical section in T-SQL code

(Louis Davidson) The problem of the critical section is a very common problem. Very often it is troublesome for more than one connection to have access to a given section of code. For example, when you need to fetch a value, increment it, and keep it unique amongst other callers that could be exec

Read More - Register for Free Membership