question

Steve Jones - Editor avatar image
Steve Jones - Editor asked

Can I replicate from SQL 2000 to SQL 2005?

If I have an existing SQL Server 2000 instance and want to replicate some sales data to a SQL Server 2008 instance, is that possible? Can I use all three types of replication?

sql-server-2008sql-server-2000replication
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Rob Farley avatar image Rob Farley commented ·
SQL 2005, or SQL 2008? The title says 2005, and the question says 2008.
0 Likes 0 ·

1 Answer

·
Rob Farley avatar image
Rob Farley answered

Yes you can, but you'll be limited to features that are available in SQL 2000. A publisher that is SQL 2000 can happily talk to a subscriber that is SQL 2008, but if you're using Merge Replication, the SQL 2008 subscriber should have its compatibility level set to SQL 2000 to make it work.

This setting wasn't available in SQL 2005, so having SQL 2000 and SQL 2005 talk to each other using Merge Replication was problematic. SQL 2008 understands that there are a lot of SQL 2000 boxes still out there, and has made this possible.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.