I previously posted this question in MS SQL Server: Programming, but I guess this is actually the right place.
I am currently upgrading a system from SQL Server 2000 to 2005. At this time migrating from DTS to SSIS is not an option.
Thanks to Nigel Rivett and his excellent Save-all-DTS-packages-to-files-script I now have all my 63 DTS packages saved as .DTS-files.
Now I am looking for an easy way to import them into SQL Server 2005. So far I have only been able to import them "manually" one at a time.
Does anyone know of a way to import them all at once, in one batch, or in some kind of automated process? Maybe through a script, or stored procedure?
I am currently upgrading a system from SQL Server 2000 to 2005. At this time migrating from DTS to SSIS is not an option.
Thanks to Nigel Rivett and his excellent Save-all-DTS-packages-to-files-script I now have all my 63 DTS packages saved as .DTS-files.
Now I am looking for an easy way to import them into SQL Server 2005. So far I have only been able to import them "manually" one at a time.
Does anyone know of a way to import them all at once, in one batch, or in some kind of automated process? Maybe through a script, or stored procedure?