Hi,
I have a transactional replication setup (with updateable subscribers) and after a reinitialization the auto identity ranges have managed to somehow overlap.
The auto identity ranges are in increments of 1000 yet when i check the constraints on the published table the ID range is >30572 and <200000. The subscriber has a constraint range of 30140 - 31140.
Is there any way I can change the constraint on the publisher? Ive tried sp_adjustpublisheridentityrange but its had no effect.
Thanks,
John