RE: Upgrading sql2000 to sql2005 -
11-30-2009
, 04:28 AM
Hi Julian,
If you can directly access your msdb database and view the underlying
tables in your Enterprise Manager, I recommend that you just ignore that
error message and went through the update on your SQL Server since you do
not have any DTS package. Before you upgrade your SQL Server 2000 to 2005,
please backup your databases first.
SSIS is totally different from DTS, so it is atually a pure new component
compared to DTS. The upgrade process actually only tries to update DTS
packages to SSIS packages, but this is not guaranteed to be successful.
After the upgrade, you may still have some work to do so that the upgraded
SSIS package can successfully run. For more information, please refer to:
Upgrading or Migrating Data Transformation Services
http://technet.microsoft.com/en-us/l...6(SQL.90).aspx
How to: Migrate Data Transformation Services Packages to Integration
Services
http://technet.microsoft.com/en-us/l...6(SQL.90).aspx
Upgrading SQL Server Components
http://technet.microsoft.com/en-us/l...0(SQL.90).aspx
Best regards,
Charles Wang |