|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 1:54 AM
Points: 121,
Visits: 321
|
|
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.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 10:56 PM
Points: 2,469,
Visits: 2,061
|
|
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
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 1:54 AM
Points: 121,
Visits: 321
|
|
| Thank you for your reply. I got the point. That's the reason.
|
|
|
|