是否可以在 SQL 2005 Standard Publisher 和 SQL 2008 Web Subscriber 之间设置复制
我目前只有一台 SQL 2005 服务器。 我想复制到 SQL 2008 Web Edition 服务器。 是否可以设置从 SQL 2005 标准版发布者到 SQL 2008 Web 版订阅者的复制。 复制类型的最佳选择是什么? 这个设置有什么大问题吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有可能吗? (版本功能支持)
复制类型实际上取决于您的类型 。
如果其双向实时数据发生变化,那么合并复制可能是最合适的
如果您需要更多数据用于报告目的,那么事务或快照可能会更好。
MS 有一些关于评估复制的很好的 msdn 页面 。 根据个人经验,如果预算允许,它会在第一时间获得顾问,特别是如果它在短时间内执行关键任务。 事情可能会出错或以意想不到的方式运行(并且错误处理并不总是显而易见的。)
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.)