There is a wizard for doing the conversion if your package is saved in SQL
Server. Go to SQL Server Management Studio (SSMS), expand Management, then
Legacy folder, right-click on the Data Transformation Services folder and
choose Migration Wizard.
Any ActiveX scripts that use the GlobalVariables.Parent method will not
work. The Dynamic Properties task is no longer supported because there is
something called Package Configurations. You would have to re-implement these
bits using 2005 features.
Please note that the ActiveX script task has been retained in 2005 for
backward compatibility purposes. If you write any new script tasks, use the
Script Task.
Even if you successfully convert your DTS packages, you will probably
eventually want to re-write them from scratch to take advantage of SQL Server
Integration Services (SSIS).
Cheers,
Charles Kangai, MCT, MCDBA
"Luis I. Gomez" wrote:
Quote:
I have a fairly complex DTS Package written in SQL Server 2000, are there
any pointers in how to convert/upgrade this package to work with SQL Server
2005?
I haven't started the move yet, but want to be prepared.
Luis |