Selecting Specific tables & columns for new subscriber in existing Transaction Replication Publication

Zahid Butt 966 Reputation points
2021-04-05T20:07:50.707+00:00

Hi,

We have Transaction replication in place working fine with 3 publications on server A , Subscriptions on 2 different servers B & C.

Now we want to add another subscription on server D to same publications but we want selected tables & selected columns from existing publications to new subscriber(D). Is it possible ?

If yes, will it not impact distribution database as it is same for all the subscribers.

Thanks

SQL Server | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Cris Zhan-MSFT 6,671 Reputation points
    2021-04-06T08:46:59.877+00:00

    Hi @Zahid Butt ,

    >Now we want to add another subscription on server D to same publications but we want selected tables & selected columns from existing publications to new subscriber(D). Is it possible ?

    No, it's not possible in transactional replication. You need to modify an existing publication or create a new one to contain only specific tables and columns.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.