Groups | Blog | Home
all groups > sql server replication > june 2004 >

sql server replication : Addign Column to a replicated Table



niv
6/14/2004 10:33:38 AM
Hello,
Is there a way to add a column to a replicated table
without deleting the subscription and recreating it?

Thanks,

niv
6/14/2004 11:18:35 AM
Paul,
Am I correct to assume that I will have to run this stored
procedure on both the publisher and the subscriber.

niv

[quoted text, click to view]
Paul Ibison
6/14/2004 7:02:48 PM
Niv,
have a look at sp_repladdcolumn in BOL.
HTH,
Paul Ibison

Paul Ibison
6/14/2004 7:28:29 PM
Niv,
just the publisher will do and synchronization will propagate it down to the
subscriber, and then update the relevant objects.
Regards,
Paul Ibison

AddThis Social Bookmark Button