在 SQL Server 2008 上执行 SQL Server 7 DTS
我相信可以在具有兼容层的 2008 上运行 SQL 2000 DTS 包。 但是是否可以对在 SQL 7 上创建的 DTS 包执行相同的操作? 是否有任何 MS 知识库或注释指出这是否有可能。
I believe its possible to run SQL 2000 DTS packages on 2008 with a compatability layer. But is it possible to do the same with DTS packages created on SQL 7? Is there any MS KB or note that points out if this is even a possibility.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许是 2005,但不是 SQL Server 2008。你能不把它移到 SSIS 吗?
Maybe 2005 but not SQL Server 2008. Can you not move it to SSIS?
尚未在 Microsoft 找到知识库文章,但 这里有更多信息。 看起来您无法在不迁移到 SSIS 的情况下做您想做的事情。
可以恢复到的 SQL Server 版本可以是以下版本之一:
注意:SQL Server 2008 中不再提供兼容级别 60、65 和 70。并且 SQL Server 的未来版本将仅支持两个版本(2) 向后兼容的先前版本。
Haven't found the KB article at Microsoft yet, but here's a bit more info. Doesn't look like you can do what you want w/o moving to SSIS.
Version of SQL Server that can be reverted to can be one of the following:
Note: Compatibility level 60, 65, and 70 [are] no longer available in SQL Server 2008. And future version[s] of SQL Server will support only two (2) prior version[s] of backward compatibility.