Re: Problems with identity range in merge replication.
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 11/23/04
- Next message: Paul Ibison: "Re: Problem updating a table"
- Previous message: Adrian Mos: "Re: Droping suspect publication database"
- In reply to: mary: "Problems with identity range in merge replication."
- Next in thread: mary: "Re: Problems with identity range in merge replication."
- Reply: mary: "Re: Problems with identity range in merge replication."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 14:50:03 -0500
Use sp_adjustpublisheridentityrange to make adjustment on the publisher.
-- Hilary Cotter Looking for a SQL Server replication book? Now available for purchase at: http://www.nwsu.com/0974973602.html "mary" <mary@dbagua.com> wrote in message news:%23qGYZQX0EHA.1292@TK2MSFTNGP10.phx.gbl... > > Hi, I have configured merge replication with pull subscriptions. One of > the articles have an identity column as a primary key. At the begining i > have problems with the use of the identity column so, i defined an > identity range on the article properties. The range i defined was 500000 > for each subscribers (there are two). These procedures works fine until > now. > > Today, I found that in one of the subscribers i can not insert new rows > with the problems of the violation primary key. If i try to insert the > same row at the publisher it works fine. it means that the identity > range works at the publisher but not at the subscriber. > > I found in the books online that i can execute the > sp_adjustpublisheridentityrange system store procedure but i am not > sure about it. > > I will appreciate a lot, if someone can help me because now the users > can not use the application. > > Thanks a lot for your help. > > > *** Sent via Developersdex http://www.developersdex.com *** > Don't just participate in USENET...get rewarded for it!
- Next message: Paul Ibison: "Re: Problem updating a table"
- Previous message: Adrian Mos: "Re: Droping suspect publication database"
- In reply to: mary: "Problems with identity range in merge replication."
- Next in thread: mary: "Re: Problems with identity range in merge replication."
- Reply: mary: "Re: Problems with identity range in merge replication."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|