Filtering columns in SQL Server replication - how?

Posted by truthseeker on Server Fault See other posts from Server Fault or by truthseeker
Published on 2010-06-06T17:23:02Z Indexed on 2010/06/06 17:32 UTC
Read the original article Hit count: 321

Hi,

I need to replicate some data from two tables in one database to another databases. I used snapshot replication. The issue is that I would like to replicate only some selected columns and the others should stay with untouched data. I don't want to loose their data. The sours of those columns is other system. So I need to replicate only data from my columns. Do anybody know how to achieve this?

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2005