
Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
>From what I read on "automatic identy range management", you define a
range of IDs for each subscriber. Of course, what happens once your
run out of IDs on the client side?
> No, unless you use automatic identity range management or some form of
> partition all subscribers will enter the same value and you will have
[quoted text clipped - 23 lines]
>
> - Show quoted text -
Hilary Cotter - 26 Feb 2007 00:25 GMT
On SQL 2000 all inserts after exceeding the allotted range would be rolled
back. In SQL 2005 there is a 100% buffer before the inserts get rolled back.
Keep in mind that each time you run a sync the range is incremented, so if
you sync before you exhaust your range and you are over the threshold your
range should be incremented.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> >From what I read on "automatic identy range management", you define a
> range of IDs for each subscriber. Of course, what happens once your
[quoted text clipped - 29 lines]
>>
>> - Show quoted text -