vote up 0 vote down star

I am currently have a single SQL 2005 server. I would like to replicate to a SQL 2008 Web Edition server. Is it possible to setup replication from a SQL 2005 Standard Edition publisher to a SQL 2008 Web Edition subscriber. What is the best choose for replication type? Are there any major problems with this setup?

flag

1 Answer

vote up 0 vote down

Is it possible yes. (edition feature support)

Replication type is really down to what you are going to use the data for

If its two way live data changes then merge replication is probably most appropriate. If you need data more for reporting purposes then transactional or snapshot might be better.

MS have some good msdn pages on evaluating replication. From personal experience if the budget will allow it get a consultant the first time especially if its mission critical in a short time. Things can go wrong or behave in unexpected ways (and the error handling is not always obvious.)

link|flag

Your Answer

Get an OpenID
or

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