My merge subscribers aren't members of sysadmin/db_owner and my publisher is running out of identity ranges assigned identity ranges. I understand I can manually run sp_adjustpublisheridentityranger on the db to fix the issue.
My question is if all subscribers sync before the publisher's range is consumed will it automatically get a new range even though subscribers are not sysadmin/db_owner? I can increase the publisher's range but I see no point if it's just going to delay the inevitable requirement for me to manually run sp_adjust...
Thanks!
Thomas