> DTS packages on 2000 need to be migrated to 2005. Looking for an easy
> migration. What are some of the resources and tools available? We have
[quoted text clipped - 9 lines]
> practical examples, only theory, so it would be nice to see a sample
> migration package with pictures, etc.
Russell,
Thanks for replying. I am confused by your message. From what you write, I
am assuming that these two items are add-ins for SQL Server 2005 - Backward
Compatibility Package and the DTS Package Designer?
What we have done so far is to export the DTS packages to a SQL Server 2005
test server running integration services so that we can open them with the
SSIS tool in Visual Studio. If I make it out right, you are saying that the
DTS will continue to run as it. Is there a resource for how to using the
Backup Compatibility Package?

Signature
Regards,
Jamie
> Jamie,
>
[quoted text clipped - 18 lines]
> > practical examples, only theory, so it would be nice to see a sample
> > migration package with pictures, etc.
Russell Fields - 30 Jul 2007 20:03 GMT
Jamie,
Yes, you can read a brief description at:
http://www.microsoft.com/downloads/details.aspx?FamilyID=d09c1d60-a13c-4479-9b91
-9e8b9d835cdc&displaylang=en
These are Microsoft add-ins for SQL Server 2005. Basically, they distribute
the SQL Server 2000 bits that allow the DTS functions to continue to work
for you.
Download "Microsoft SQL Server 2000 DTS Designer Components" for designing
DTS packages (editing existing packages, but not creating new ones.) Then,
to run the DTS packages you also need to download "Microsoft SQL Server 2005
Backward Compatibility Components".
I am not trying to discourage you from migrating to SSIS, but this allows
you to continue running existing DTS packages under SQL Server 2005. If you
continue to run your existing DTS packages, you can can then choose to
upgrade them one at a time, without any artificial time pressure.
RLF
> Russell,
>
[quoted text clipped - 38 lines]
>> > practical examples, only theory, so it would be nice to see a sample
>> > migration package with pictures, etc.