Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
-- Will hold a lock on a record until COMMIT is issued. Exec 1 line at a time in SMSS
BEGIN TRANSACTION
SELECT SomeColumn FROM dbo.MyTable WITH (TABLOCKX) WHERE SomeCriteria
(Now run application code against locked record)
COMMIT -- Releases lock