Unable to replicate in SQL Server 2000 using Transactional Replication

  • 1. My database consists of 397 tables. Platform is SQL Server 2000 Enterprise Edition

    2. While creating a publication using transactional replication, I get most of the tables are crossed mark. So I can not select required tables. But if I use snapshot replication, there is no such problem. I can select all of the tables. I am not getting the reason. Please let me know where is the problem.

  • For a table to be used in transactional replication it must have a primary key (a unique constraint is not enough). This is, most likely, the cause of your problem

  • Thank you for your reply. I got the point. That's the reason.

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

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