i have a stored procedure that does several things in the following order:
select record
do stuff with record
delete record
if there are multiple clients accessing the procedure, will the
resultset of 'select record' differ among the clients?
does each client execute the procedure until finish or will they take
turns?
>> Stay informed about: threading of procedure