Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6209571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:00:34+00:00 2026-05-24T06:00:34+00:00

The MSDN documentation for sp_getapplock says: [ @Resource= ] ‘resource_name’ Is a string specifying

  • 0

The MSDN documentation for sp_getapplock says:

[ @Resource= ] ‘resource_name’ Is a string specifying a name that
identifies the lock resource.

The lock resource created by sp_getapplock is created in the current database for the
session. Each lock resource is identified by the combined values of:

  • The database ID of the database containing the lock resource.
  • The database principle specified in the @DbPrincipal parameter.
  • The lock name specified in the @Resource parameter.

My questions:
1. is the ‘resource_name’ just any old name you make up?
2. does the ‘resource_name’ have to refer to a table name or stored proc name or a (named) transaction name?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T06:00:35+00:00Added an answer on May 24, 2026 at 6:00 am

    Yes, it’s any old name you make up. You can say “sp_getapplock ‘kitten'” and it will wait for the “kitten” lock to be released before acquiring it for itself and continuing on. You have to define the resources that make sense to serialize the access to.

    I don’t like the idea of naming the lock after a table because then it implies to other coders that access to that table is serialized when there’s nothing in SQL Server (except for the applock framework) to enforce that. Put another way, applocks are sort of like a traffic light. There’s nothing inherent about a red light that prevents you from going forward. It’s just a good idea not to.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The MSDN documentation says that public class SomeObject { public void SomeOperation() { lock(this)
MSDN documentation says The Show Data Sources command is only available in projects that
MSDN documentation says that instance methods, which includes Stream.Write, of Stream class are not
The MSDN documentation (http://msdn.microsoft.com/en-us/library/bb174425%28v=vs.85%29.aspx) says that Direct3D 9 applications can expect messages to be
The MSDN documentation says that you must define accessors for your custom attached DependencyProperties:
From the MSDN documentation: Synchronized supports multiple writing threads, provided that no threads are
MSDN documentation indicates that threads started by the TPL will enjoy better scheduling. However,
MSDN documentation states that : StreamingContextStates.CrossAppDomain specifies that the source or destination context is
The msdn documentation of the System.IDisposable interface states that The primary use of this
The MSDN documentation on DetailsView.EnableModelValidation is very brief: Gets or sets a value that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.