I have SQL Server 2000 as publisher and SQL Server 20008 R2 as subscriber.
I want to replicate data from SQL Server 2000 to SQL Server 2008 R2 on a different machine.
Primary key fields are not defined on some tables so transaction replication is not a choice.
I think merge replication is not a choice because the Subscriber SQL Server version is higher than the publisher.
What can I do?
identifierfiled and set it asprimary key. Will this solve my problem fortransactional replication? – Raymond Morphy Feb 7 at 8:28SQL Server2000which is filled by windows applications inSQL server 2008and use it in my website. because I have used some features ofSQL server 2008in my web site.I just can add add identity fields as primary key in tables.is this solve my problem? – Raymond Morphy Feb 8 at 21:03