SQL 2000 DTS to SQL 2005

Discussion in 'Databases' started by albanello, Mar 30, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi

    I currently have a DASP SQL Server 2000 Add on and am running DTS packages from my local computer using SQL Server 2000 enterprise. I am trying to upgrade to SQL Server 2005. My local computer has SQL 2005 EXPRESS and I don't see a way to run the SQL Server 2000 DTS packages in SQL Server 2005 EXPRESS on my local computer

    Can anyone tell me if this is possible and if not how I can deal with this.

    Thanks
    albanello
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    SQL Server 2005+ doesn't use DTS. It is now known as SSIS. You can convert the DTS packages to SSIS - SQL Server Integration Services - packages.
     
  3. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

  4. Hi Tasslehoff

    Thanks for your response.

    As stated in my original post I am running SQL Server 2005 Express. Does this program you are talking about run as a stand alone everything I read says Express can not deal with DTS packages.

    Also SQL 2000 Server is on one computer and SQL Server 2005 Express is on another computer if I run this program on the 2005 express computer how would I get the 2000 Server DTS packages to it, to work with them. Can I save them someplace else or is there a location I can copy and paste them to the 2005 express computer.

    Sorry for the confusion, limites experiance, learning as I go

    Thanks again
    albanello
     
  5. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Albanello,

    I believe this link says it best:

    http://social.msdn.microsoft.com/fo.../thread/f4b14b09-ae34-42db-93fb-9d1f7c75e249/

    SQL Server Express edition doesn't come with SSIS, so you will need to get a copy of another version like Developer, Professional, etc. in order to migrate/convert packages from DTS to SSIS.

    If you're a student, you can try to get a copy through Microsoft's DreamSpark program.

    Microsoft has some information regarding migrating/converting the packages:

    http://msdn.microsoft.com/en-us/library/ms143501.aspx

    It should be fairly straightforward as there is a wizard involved, but it may take some time to learn how to use it -> make adjustments.

    You should also be able to download a copy of your 2000 database and work with it on your local machine or you can try opening up 2 connections within SSMS, one for your local database and one for your DASP database.

    The other link I provided you before shows you how to run DTS packages in 2005.
     
  6. Hi Tasslehoff

    Unfortunately I am not a student currently. The SQL Server 2000 Enterprise edition I have I got when I was a student some years ago. Currently I am trying to upgrade a web site I created while I was in school.

    To buy a full blown version of SQL Server is to expensive for me at this time.

    I will have to find a work around, maybe I could write a Stored Procedure that calls a SQL script I could call to download the information I need from my DASP SQL Server.

    Is there some why in SQL server 2000 Enterprise edition to convert the DTS 2000 package to a SQL Script? If I could get that I could then use it to create a SQL Stored Procedure........I'm going to have to think about this.......I have been away from this for a couple years........ I'm trying to "Use it so I don't lose it"........

    Thank for your response
    albanello
     
  7. ...It will only cost you $50 on Amazon for the Developer edition of SQL Server.
    The Developer edition has all of the features.
     
  8. Hi wisemx

    Thanks I did not know Developer was that inexpensive. Since I have to buy something should I just go all the way and migrate from SQL 2000 to SQL 2008 R2. I was doing 2005 because I thought that might be a easier migration step. Is there any pit falls to just go up to the newest SQL 2008 R2 from SQL 2000?

    Thanks for you response
    albanello
     
  9. ...From what I've tested 2008 R2 works well with the 2008 editions.
    There are some things to be concerned about but they should all be addressed by now.
    By that I mean any data feature differences.
    For the most part I don't know of any but one thing that has been mentioned is the Reporting tools, other than that my own tests have been without any problems.

    If you are uncertain I'd still go with SQL Server 2008, specially on the DASP side, you get more.
     
  10. Hi wisemx

    So if I am understanding you I should migrate from SQL 2000 to SQL 2008. There is no advantage/disadvantage to going to SQL 2005 first. Is that what you are suggesting ?

    Thanks
    albanello
     
  11. ...Yes you should.
    You get more DB features, more space, it's better all around.
    SQL Server 2000 was good in its day but that was a long time ago. ;-)

    If you end up needing any help just re-post.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page