How to view DTS Package
-
2012年3月6日 17:33
Hello All,
I have 5 dts packages. They are scheduled to run everyday.I need to create those 5 dts packages in SSIS 2005 and will be able to run properly. First I want to take a look at those dts packages so that I know what sources, transformations, and destinations are used and it will help me to create SSIS packages. Can anyone tell me how to achieve this.
Thanks
全部回复
-
2012年3月6日 17:41
Hi, check this article:
http://msdn.microsoft.com/en-us/library/ms143755.aspx
David.
-
2012年3月6日 19:17Install the DTS Designer components for SQL 2005 or SQL 2008 depending upon the version that you are using.
-
2012年3月6日 19:24
Thanks so much.Installing DTS designer components is just enough? or do I need anything else?. Because in the article they have mentioned to install the run time components. I am really new to dts. Please help.
Thanks
-
2012年3月6日 19:40If you just want to view the DTS packages, the designer components would be enough. Runtime components would be required if you want to run those DTS packages.
-
2012年3月6日 19:51Thanks so much. If I want to make some changes to that dts package, I need to install run time components and need to use upgrade wizard and convert them to SSIS 2005 packages right?
-
2012年3月6日 19:58版主
If your end result is having the SSIS formated packages (upgraded and migrated), then do not bother installing the DTS support at all, just create a new SSIS project, run the upgrade wizard and you will be able to modify the upgraded [SSIS] package.
Otherwise you do need the both aforementioned items.
Arthur My Blog

- 已标记为答案 Eileen ZhaoMicrosoft Contingent Staff, Moderator 2012年3月13日 6:56
-
2012年3月6日 20:28Sure. Thanks so much. One last question. I have some errors in dts package.What is the best method to actually see those erros and resolve.
-
2012年3月6日 20:32版主
I guess you already see them. To see what kind of errors? Run time or design time? At design time just depends what component shows it, you typically doubleclick on the entry. At run time and always you should enable logging on the package level in the package properties the last tab.Arthur My Blog

- 已标记为答案 Eileen ZhaoMicrosoft Contingent Staff, Moderator 2012年3月13日 6:56

