Viewing 4 posts - 1 through 4 (of 4 total)
I'll look into the sys.sp_sequence_get_range SP as I've seen someone said it is thread safe. This may be a good solution. (if thread safe)
July 2, 2023 at 5:38 am
thank you for the suggestion and clarification on the threading. My process can run multiple concurrently on one service (presently only 1 batch) but there are multiple instances of the...
July 2, 2023 at 3:21 am
Using a sequence, can a process get a set of 5000 values and then use those values as the PK? WHILE another process performing the same task in parallel gets...
June 30, 2023 at 5:45 pm
In this case, we're already using an integer. The reason is the identity is also PK so sorted on that value. I think if we used a GUID then searching...
June 30, 2023 at 5:01 pm
Viewing 4 posts - 1 through 4 (of 4 total)