Results 1 to 10 of 10

Thread: Replication

  1. #1
    Join Date
    Dec 2002
    Posts
    7

    Replication

    In transactional replication Can a Publisher also be a subscriber?

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Replicate to db on same server? Yes.

  3. #3
    Join Date
    Dec 2002
    Posts
    7
    Replication will be to different servers

    How about using Transactional replication with updatable subscriptions.

    Any disadvantages?

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Not for the same publication. If you create a separate publication for different set of rows (or columns) it should be possible.

    With updatable subscription the network/database must be available for a transaction to commit (unless you use a queued updatable subscription).

    With updatable subscription the chances of getting conflicts rises.

  5. #5
    Join Date
    Dec 2002
    Posts
    7
    Has this been tried and tested?

    Does it actually work.

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    It works for me, but you need very reliable network and servers.

  7. #7
    Join Date
    Dec 2002
    Posts
    7
    Great.

    When it was mentioned 'not for the same publication' could someone expand on that.

    Is their any docs/papers that show how to set up updatable subscriptions with transactional replication.

  8. #8
    Join Date
    Sep 2002
    Posts
    5,938
    You can find it in sql books online. For 'not for the same publication', I guess it try to say that you can define publications with filter on multiple servers. Something like you replicate column 1 to 5 of the table from server a to server b, and replicate column 6 to 10 of same table from server b to server a.

  9. #9
    Join Date
    Dec 2002
    Posts
    7
    OK.

    Can msde be used as a subscriber with updatable subscriptions allowing concurrent connections.

  10. #10
    Join Date
    Sep 2002
    Posts
    5,938
    Yes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •