Hello,
I am building a record locking script that uses a store procedure to lock records in a table. I would like to know if store procedures get executed one request at a time. This is important because I cannot have two users accessing the same record at the same time. I need to make sure the store procedures executes a request, finishes a request, and then takes another request.
Any help is appreciated.
Thanks,
I am building a record locking script that uses a store procedure to lock records in a table. I would like to know if store procedures get executed one request at a time. This is important because I cannot have two users accessing the same record at the same time. I need to make sure the store procedures executes a request, finishes a request, and then takes another request.
Any help is appreciated.
Thanks,