2016 | OriginalPaper | Chapter
22. Application Locks
Published in:
Pro SQL Server Internals
Abstract
This chapter discusses another SQL Server locking feature called application locks, which allow you to place locks on an application’s resources as identified by name. One of the most common scenarios where application locks are beneficial is serializing access to T-SQL code in the client application, similar to critical sections and mutexes.