dbTalk Databases Forums  

SQL Server 2005 upgrade -- old DTS packages

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Server 2005 upgrade -- old DTS packages in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Craig HB
 
Posts: n/a

Default SQL Server 2005 upgrade -- old DTS packages - 05-06-2006 , 03:30 AM






We are planning to upgrade to SQL Server 2005. We use lots of DTS packages. I
undestand that SQL Server 2005 can run DTS, but will I be able to maintain
then (add new ones and update existing ones).

If this is not possble, can someone recommend a way to get around this --
besides re-building them all in SSIS.

Thanks,
Craig

Reply With Quote
  #2  
Old   
Mabuti
 
Posts: n/a

Default RE: SQL Server 2005 upgrade -- old DTS packages - 05-09-2006 , 09:52 AM






I have recently upgraded one of my DEV SQL 2k servers to SQL 2005. I had
quite a few DTS packages in effect and each of them have come over without a
problem. The largest issue that I have had is that some of them that use the
copy server objects task have not worked properly but the rest of the
operations seem to be working properly.

You can manage the existing DTS packages after upgrade as long as you
install the add-in from the November 2005 feature pack named "Microsoft SQL
Server 2000 DTS Designer Components". When I initially installed these
components I continued to receive an error message when I tried to open a DTS
package for editing until I uninstalled and reinstalled both the "Microsoft
SQL Server 2000 DTS Designer Components" and the "Microsoft SQL Server 2005
Backward Compatibility Components". After uninstalling and reinstalling both
of those packages I was finally able to manage DTS packages. Both add-ins
can be downloaded from here:
http://www.microsoft.com/downloads/d...displaylang=en

Creating a new DTS package is something that I have only briefly tested.
The only way that I have done this so far is to open an existing package and
then choose the "save as" option under the "Package" menu. This has allowed
me to create new DTS packages that seem to work appropriately.

As for SSIS packaging I am currently in the process of converting each of
the DTS packages to SSIS and testing them. This is a very simple process
that simply requires a right click on the package in "Microsoft SQL Server
Management Studio" and selecting the "Migrate" option. After doing this, and
a delay of about 20 seconds, a wizard pulls up that allows you to simply
convert your DTS packages to SSIS. I have had a fairly good success rate so
far with the only complication in the task of copying of server objects from
a SQL 2k server to the SQL 2005 server.

I do hope that this will help you somewhat.

-Mabuti

Reply With Quote
  #3  
Old   
Craig HB
 
Posts: n/a

Default RE: SQL Server 2005 upgrade -- old DTS packages - 05-09-2006 , 10:08 AM



VERY helpful -- thanks !

Reply With Quote
  #4  
Old   
Mabuti
 
Posts: n/a

Default RE: SQL Server 2005 upgrade -- old DTS packages - 05-09-2006 , 12:20 PM



Gald I could help.

Also in case you do upgrade I found a solution to my issue with the copy
server objects in SSIS.

================================================== ==
Run this stored proc to set the compatability level to 90:

EXEC sp_dbcmptlevel DatabaseName, 90

The SQL 2000 databases that were brought up to SQL 2005 during the upgrade
still have the compatability level of 80. Changing this to the new level of
90 solves the issue and allows the SSIS packages to run properly on that
database.
================================================== ==

-Mabuti

Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL Server 2005 upgrade -- old DTS packages - 07-04-2006 , 01:18 PM



Hello Craig,

With the DTS runtime installed then sure you can run them to your heart's
content using DTSRun. There is a feature pack which allows you to edit DTS
packages through Management studio that you can get through the MS website.
To create a new package you could edit an existing one and save it as something
different. If you have 2K5 now I cannot see a reason I would want to create
new DTS packages to be run on the 2K5 server. Anything new I created for
that server would be SSIS.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
We are planning to upgrade to SQL Server 2005. We use lots of DTS
packages. I undestand that SQL Server 2005 can run DTS, but will I be
able to maintain then (add new ones and update existing ones).

If this is not possble, can someone recommend a way to get around this
-- besides re-building them all in SSIS.

Thanks, Craig




Reply With Quote
  #6  
Old   
Pete
 
Posts: n/a

Default Re: SQL Server 2005 upgrade -- old DTS packages - 07-24-2006 , 06:03 PM



what are the clicks and strokes to edit a dts package?

"Mabuti" <Mabuti (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have recently upgraded one of my DEV SQL 2k servers to SQL 2005. I had
quite a few DTS packages in effect and each of them have come over without
a
problem. The largest issue that I have had is that some of them that use
the
copy server objects task have not worked properly but the rest of the
operations seem to be working properly.

You can manage the existing DTS packages after upgrade as long as you
install the add-in from the November 2005 feature pack named "Microsoft
SQL
Server 2000 DTS Designer Components". When I initially installed these
components I continued to receive an error message when I tried to open a
DTS
package for editing until I uninstalled and reinstalled both the
"Microsoft
SQL Server 2000 DTS Designer Components" and the "Microsoft SQL Server
2005
Backward Compatibility Components". After uninstalling and reinstalling
both
of those packages I was finally able to manage DTS packages. Both add-ins
can be downloaded from here:
http://www.microsoft.com/downloads/d...displaylang=en

Creating a new DTS package is something that I have only briefly tested.
The only way that I have done this so far is to open an existing package
and
then choose the "save as" option under the "Package" menu. This has
allowed
me to create new DTS packages that seem to work appropriately.

As for SSIS packaging I am currently in the process of converting each of
the DTS packages to SSIS and testing them. This is a very simple process
that simply requires a right click on the package in "Microsoft SQL Server
Management Studio" and selecting the "Migrate" option. After doing this,
and
a delay of about 20 seconds, a wizard pulls up that allows you to simply
convert your DTS packages to SSIS. I have had a fairly good success rate
so
far with the only complication in the task of copying of server objects
from
a SQL 2k server to the SQL 2005 server.

I do hope that this will help you somewhat.

-Mabuti



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.