Page 1 of 1

range for KeyMgtGetNextValueConcurrent

Posted: Mon May 18, 2009 10:08 am
by mystuff
Hi,

I am using two jobs to populate surrogate key on a table. Is there a way that I could mention definite range of values using KeyMgtGetNextValueConcurrent i.e. mentioning that Job1 should generate keys 1-1000 and Job2 should generate keys 1001-2000. If overflow, then they start from beginning of their range.

Thanks

Posted: Mon May 18, 2009 10:38 am
by chulett
No, but you could copy it and create your own custom version that does that.