Has anyone implemented replication between SQL Server 2008 and MSDE2000? Does the merge replication work between these two databases?
|
|
SQL Server 2000 and SQL Server 2005 can both participate in replication topologies with SQL Server 2008. For SQL Server 2000 the minimum version is Service Pack 3 (SP3). Ref: Using Multiple Versions of SQL Server in a Replication Topology
There are some breaking changes in the security model detailed here: Breaking Changes in SQL Server Replication |
||
|
|
