How do I convert DTS packages to SSIS packages?

旧街凉风 提交于 2020-01-24 09:45:07

问题


I'm looking for tutorials or walkthroughs for converting DTS packages into the new SSIS 2005. Any one knows.


回答1:


Migrating DTS Packages to Integration Services

SQL Server Integration Services provides a robust way to process millions of rows of data. The platform is highly extensible and performs much faster than the previous DTS platform. Migration of old DTS packages can be done two ways: through the built-in Package Migration Wizard, which handles simple package migrations; and through DTS xChange, which handles both simple and complex DTS migrations, while applying best practices to the migrated packages.




回答2:


within solution explorer there is a menu option to import DTS packages. This should do all the conversion for you. Having said that i've only ever tried it on simple packages




回答3:


Known DTS migration issues. http://msdn.microsoft.com/en-us/library/ms143462(SQL.90).aspx




回答4:


SSIS is so much better than DTS that I recommend rewriting your DTS packages as SSIS packages instead of migrating them. I recommend this especially for any DTS packages which needed to play games with dependencies in order to simulate looping or other features that DTS did not have.



来源:https://stackoverflow.com/questions/258614/how-do-i-convert-dts-packages-to-ssis-packages

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