I have a while loop that loops through temp table T and deletes data from table A using values from a temp table T. It seems like users can read from table A as the while loop is still executing - maybe in between loops? Is it possible to maintain a lock on table A until the while loop is finished?
Thanks!
Thanks!