Viewing 11 posts - 1 through 12 (of 12 total)
Now when I've tried it the past several times the range has updated (1 range at a time) on the subscriber if I'm into the second range.
It seems like it...
February 13, 2009 at 9:19 am
martin (2/10/2009)
February 13, 2009 at 8:32 am
I understand the higher numbers are the "next_range", but look at the code below:
if IDENT_CURRENT('[dbo].[ActivityStats]') = @range_end
begin
...
February 12, 2009 at 1:28 pm
if IDENT_CURRENT('[dbo].[ActivityStats]') = @range_end
begin
...
February 11, 2009 at 3:25 pm
Ok, now I really don't know what's going on.
So this afternoon I got the same error "The insert failed. It conflicted with an identity range check constraint in database X"
So...
February 11, 2009 at 3:20 pm
Ok, that makes sense.
The only way I can see to get around that is to have the "original" functionality where you have a value say 80% where if the first...
February 11, 2009 at 7:58 am
I see the stuff you're talking about in there.
Does anyone know what all the crap is beneath that? I can't see what the views look like (no option to...
February 10, 2009 at 8:47 pm
I think we're fine on the multiple inserts.
Usually we have a batch of inserts, but they are not in the same statement (one stored procedure with one insert ran 10x)...
February 10, 2009 at 3:59 pm
It looks like I am getting errors on both sides. Thanks for the note on the adjustrange, I was un-aware I could do it for a whole publication.
Is there...
February 10, 2009 at 7:32 am
Thanks for the reply. If someone here has existing code to update all of the tables it would be greatly appreciated. My desk is so full of stuff...
February 9, 2009 at 5:08 pm
I just tripped on this forum while searching for the same issue and am very upset to find it has not been resolved with microsoft fully, especially as a flagship...
February 9, 2009 at 9:49 am
Viewing 11 posts - 1 through 12 (of 12 total)