Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 DTS Packages in 2005

Author  Topic 

sqldba20
Posting Yak Master

183 Posts

Posted - 2007-09-10 : 13:18:33
Folks:

I have successfully upgraded my SQL Server 2000 Databases SQL 2005. After the successful upgrade I also migrated all of my SQL 2000 DTS packages using SQL Management Studio -> Management -> Legacy. I can see all these DTS packages and I can also run these.

How can I OPEN these DTS Packages in SSIS (Business Intelligence) for me to make the changes? I am not able to open them and also not able to see them File->open. All these DTS packages are stored in MSDB database.


Thanks !

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-09-10 : 13:32:08
I believe you need to recreate these in SSIS in order to make changes to them. I am pretty sure that you can only run legacy packages and not edit them.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-09-10 : 15:24:14
quote:
Originally posted by tkizer

I believe you need to recreate these in SSIS in order to make changes to them. I am pretty sure that you can only run legacy packages and not edit them.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/



This is my understanding as well, this article was helpful for me when migrating from DTS.

http://www.simple-talk.com/sql/sql-server-2005/dts-to-ssis-migration/




Future guru in the making.
Go to Top of Page
   

- Advertisement -