Dear All,
I want to avoid multiple users select the same row at the same time.
I have used rowlock concept. its not working.
select top(1) * from tablename with (rowlock)
Dear All,
I want to avoid multiple users select the same row at the same time.
I have used rowlock concept. its not working.
select top(1) * from tablename with (rowlock)