There is a table which has a varchar identifier. There are also several SP which generate this number by getting max and incrementing by 1.
How Can I Lock the table so that I could reserve ID's for e.g. 50 new records, and none user in the meantime hasn't inserted record in my "range" I have obtained.
Is it possible something like this?
VARCHAR?!?!?!?