|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 5:32 AM
Points: 124,
Visits: 324
|
|
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: 2 days ago @ 9:55 PM
Points: 2,471,
Visits: 2,066
|
|
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: Tuesday, May 21, 2013 5:32 AM
Points: 124,
Visits: 324
|
|
| Thank you for your reply. I got the point. That's the reason.
|
|
|
|