3 sources

  • I can create a merge with data sources A B C.

    A being one data source

    C being one data source

    and B being the collection of AC.

    What I want to do is if B modifies A’s data only A is merged and if C’s data is modified only C is merged.

    Can one table from A and C be replicated to one table in B and not have data from A and C replicated with each other via B?

    A <-------- > B < --------------> C

    < -------- but NOT --------------->

    Thanks

    -Hutch

  • Im sure you can code it, either maybe using a custom resolver or by just adding a column to the approprate tables and setting a filter on it.

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply