Filtering coluns in SQL Server replication - how?
        Posted  
        
            by truthseeker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by truthseeker
        
        
        
        Published on 2010-05-20T07:24:53Z
        Indexed on 
            2010/05/20
            7:30 UTC
        
        
        Read the original article
        Hit count: 291
        
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?
© Stack Overflow or respective owner