将 SQL Server 2000 与 2005 同步 — DTS 仍然有效吗?
我们有一个运行 sql server 2000 的本地临时服务器和一个也运行 sql server 2000 的远程公共版本。远程版本将升级到 2005,我想知道我们现有的 DTS 包是否会继续在两台计算机之间运行?
如果不是,那么在两者之间进行同步的最简单、最有效的方法是什么?
我们不会升级本地服务器,远程服务器的升级将很快进行(不在我们的控制范围内)。
谢谢你!
we have a local staging server running sql server 2000 and a remote public version also running sql server 2000. The remote version will be upgraded to 2005 and I am wondering if the DTS packages we have in place will continue to function between the two machines?
If not, what would be the simplest, most efficient way to sync between the two?
We will not be upgrading the local server, and the upgrade of the remote one will be taking place very soon (not in our control).
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 DTS 包驻留在本地服务器上,那么应该不会有问题(除了对 SQL 本身的明显更改(即老式联接不再工作)),事实上,我什至看到开发人员保存了 DTS SQL 2005 数据库上的包,尽管我确信这不是一个好主意。
编辑:也可能值得查看 此链接,提供使用 SQL Server Management Studio 设计/修改 DTS 包的工具。
If your DTS packages reside on the local server, there shouldn't be an issue (aside from obvious changes to SQL itself (I.E. the old-school joins not working anymore)), and in fact, I've even seen developers save DTS packages on SQL 2005 databases though I'm sure it's not a very good idea.
EDIT: It might also be worthwhile to check out this link for the tools to design/modify DTS packages with SQL Server Management Studio.