Hello,
Need an advise on how to synchronize an acess to data.
Scenario:
Table A with 5 records in it:
Stored ProcXXX ()
--need to lock this row from other stored procXXX()
--no other processes can access this row (no read, write,
--update. uncommited read can be allowed)
read table...