Can Replication be setup between a SQL 2005 Standard Publisher and SQL 2008 Web Subscriber

可紊 提交于 2019-12-11 16:31:34

问题


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?


回答1:


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.)



来源:https://stackoverflow.com/questions/831682/can-replication-be-setup-between-a-sql-2005-standard-publisher-and-sql-2008-web

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!