all groups > sql server replication > july 2004 >
You're in the

sql server replication

group:

Replicating structural changes


Re: Replicating structural changes Paul Ibison
7/13/2004 3:08:34 PM
sql server replication:
Morten,
sp_repladdcolumn and sp_repldropcolumn can be used for most simple column
schema changes, and such changes can be done on the fly. You can't change an
existing (replicated) column directly - eg change the datatype from int to
varchar, but these 2 stored procedures can be used to make such changes
indirectly. Many other schema changes are not part of the replication
framework - eg adding an index or most constraints but these can be sent to
subscribers using sp_addscriptexec.
HTH,
Paul Ibison

Replicating structural changes Morten
7/13/2004 4:00:24 PM

Hi,

Is it possible to replicate structural changes? I've been reading the
replication docs, and it looks to me that this is only possible using
snapshot replication (ie. not on the fly).

Any products that can do better replication (all additions/changes to
all db objects for a given db) than the natively supported?

Thanks,

Morten
AddThis Social Bookmark Button