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
 How to Migrate DTS to SSIS

Author  Topic 

macduffi
Starting Member

2 Posts

Posted - 2007-10-15 : 09:12:58
Does anyone have any documentation for the following?

How to migrate DTS to SSIS
How to Run DTS as DTS in SQL2K5

Any help is much appreciated.

nr
SQLTeam MVY

12543 Posts

Posted - 2007-10-15 : 09:43:31
You can run a dts package embedded in a SSIS package. Better to rewrite though.

Better to rewrite the packages from scratch - probably a good time to access what you are doing.
SSIS is quite a bit different from DTS.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-10-15 : 21:38:33
You can run dts packages in sql2k5 once migrate them with wizard.
Go to Top of Page

macduffi
Starting Member

2 Posts

Posted - 2007-10-16 : 08:58:24
Does anyone have straight forward documentation?

Thanks for all your help!
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-10-19 : 22:21:29
Checked books online? Or take look at sqlis.com.
Go to Top of Page
   

- Advertisement -