1 Forks
4 Stars
4 Watchers

SqlAppLockHelper

An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.

How to download and setup SqlAppLockHelper

Open terminal and run command
git clone https://github.com/cajuncoding/SqlAppLockHelper.git
git clone is used to create a copy or clone of SqlAppLockHelper repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with SqlAppLockHelper https://github.com/cajuncoding/SqlAppLockHelper/archive/master.zip

Or simply clone SqlAppLockHelper with SSH
[email protected]:cajuncoding/SqlAppLockHelper.git

If you have some problems with SqlAppLockHelper

You may open issue on SqlAppLockHelper support forum (system) here: https://github.com/cajuncoding/SqlAppLockHelper/issues