Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Merge Relpication SQL Server 2005 Schema Changes

Author  Topic 

gertb
Starting Member

1 Post

Posted - 2006-07-26 : 03:06:35
Hi

As soon as I add the subset_filterclause in sp_addmergearticle any 'alter table <table> add/drop <column>' columns does not replicate to the subscriber.

If I take out the subset_filterclause it work fine.

I do not want to use sp_repladdcolumn/sp_repldropcolumn.

Is this a bug in sqlserver 2005 or am I doing something wrong.

My SQL Server 2005 version is 9.00.2047.00

Thanks
Gert
   

- Advertisement -