Share via

Transactional Replication configuration

kccrga 116 Reputation points
2020-12-24T04:18:54.533+00:00

Hi,

I am configuring a transaction on three servers (publication, distributor, subscriber). When I am trying to configure the publisher for a particular table I get the below error message.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

2 answers

Sort by: Most helpful
  1. Tom Phillips 17,786 Reputation points
    2020-12-24T18:43:10.8+00:00

    Replication is not installed as a default. Did you install the option during setup?

    Was this answer helpful?

    0 comments No comments

  2. CathyJi-MSFT 22,431 Reputation points Microsoft External Staff
    2020-12-24T07:10:38.73+00:00

    Hi @kccrga ,

    Using select @@version to check your SQL server version, SQL Express edition do not support transaction replication.

    Did you use T-SQL or replication wizard to configure transactional replication? If you use T-SQL, did you use the correct context of database? You need to run add publisher script in context of distribution database. I suggest you use replication wizard to configure transaction replication, I think it is simple than T-SQL. You can follow the steps from this blog to configure transaction replication through SSMS UI.

    If it is still not work using replication wizard, did the database is a restored database that previously had replication? You can try to use sp_removedbreplication to remove all replication components from a database.

    Best regards,
    Cathy


    If the response is helpful, please click "Accept Answer" and upvote it, thank you.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer 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.