Hi,While our DB has many tables that are using their own custom
sequence, xtknewid is still being used by a select few large tables.
What I've found is that while there is a fair few new records inserted,
it pales in comparison to the rate of which xtknewid is increasing (eg.
if 2 million new records are inserted using xtknewid in total, the
sequences still goes up by 20 million or so).This leaves the most likely
conclusion that the cache value of xtknewid is contributing to this
growth (it is c...