Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changes to a replicated db

Status
Not open for further replies.

Hansje

Programmer
Dec 3, 2003
16
NL
Hi there,
We have to aply changes to a replicated database. Basically a tablefield has to change from varchar(60) to varchar(80). These changes are aplied to the subscriber, but to aply them to the publishing db its looks like we have to drop the subscriptors, then aply the changes and add the subscriptor again. Since it concerns a pretty large database, more than 30 Gb, the initialization will take quiet some time. Is there no way to implement such a change without stopping the replicationprocess?

TIA,
Hans Brouwer
 
But you're doing the dropping replication for one table only, arent you?
 
Yeah, found out how to do that.
Tnx,
Hans Brouwer

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top