I have two sql server instances, on is SQL Server 2008 R2, one is the first release of SQL Server 2008 ("R1"), is it possible to log ship from the R2 machine to the R1 machine?

If is not possible, is mirroring possible?

If that is not possible, is there another MS supported solution for replication between R1 and R2?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

No, since you can't restore a backup from R2 on "R1" it will not work with either log shipping or mirroring.

Replication works between versions.

link|improve this answer
I thought this would be the case, thanks for confirming. – Andrew Theken Jun 30 '11 at 20:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.