I have a Merge Replication with ~200 subscribers. I am trying to determine what would be appropriate Identity Range Sizes on some of the tables. You see I inherited a DB structure that was not designed for Replication therefore all table PK's are int IDENTITY's. Unfortunately some of these tables were built WITHOUT any tracking fields so I have no idea when they were inserted so I am having trouble formulating an estimate for the size of Subscriber Range needed.
Does anyone have any advice?