Sequencing the Flow of Data in Replication

  • Hi All,

    I am going to implement 1 publisher with multiple subsriber model in transactional replication. I use push subscription option. While i replicate the data i want to define the order of flow of data between various tables.For example, the following tables are included in publication and i want the order of data flow as follows,

    1. Dept ( This is table with Dept_ID as primary key)

    2. Employees ( This table has DeptID as foreign key)

    So, i want to make sure that all Dept datas are replicated before replicating the Employee tabble records.

    Any inputs would be of much help...

    Thanks

    Balaji

  • Changes to subscribers are made in the same order that they are first applied at the publisher.

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

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

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