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
 General SQL Server Forums
 New to SQL Server Programming
 run DTS in SQL2005

Author  Topic 

eugz
Posting Yak Master

210 Posts

Posted - 2009-06-22 : 10:50:14
Hi All.
I have some DTS that was created in SQL Server 2000. Is it posible to run them in SQL Server 2005 without migration. And if yes, explaine how to do it?
Thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-06-22 : 10:58:06
yup. its possible. you can export them to server and execute them by connecting to integration services engine of your machine and opening legacy-> data transformation services and execute it. However, for editing packages you need to install sql dts 2000 designer component.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-06-22 : 10:58:18
also see

http://blogs.msdn.com/sayanghosh/archive/2007/05/06/howto-maintain-dts-packages-using-sql-server-2005.aspx
Go to Top of Page

eugz
Posting Yak Master

210 Posts

Posted - 2009-06-22 : 11:35:08
Thanks for replay.
In my computer I don't have SQL2000 so I can't export DTS. But I can connect to server where located DTS expand Management -> Legacy -> Data Transformation Services. After that how to run DTS?
Thanks.
Go to Top of Page
   

- Advertisement -