Hi, all
Currently, I use a batch update (~100 rows per request).If I want to use row locks now I will have to throw away the batch and update each row separately. Is it correct ? Does it add much more overhead ? Looks like it would be better to use optimistic locking in this case. Is it correct? Thank you for your cooperation, M.
