Results 1 to 3 of 3

Thread: SQL 2005 Data Transformation Services

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    SQL 2005 Data Transformation Services

    I'm just helping a customer migrate some DTS jobs from SQL 2K to 2005.

    These are simple jobs that run some .bat files, .exe files and a couple that run sprocs. All of these run in the AGENT on SQL 2K.

    Why is DTS under LEGACY in Management studio?? Is that not the way jobs like this are supposed to be created in 2005?

    Any help would be greatly appreciated - thanks!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: SQL 2005 Data Transformation Services

    DTS has been replace by SSIS (SQL Server Integration Services). You can still run DTS packages, but there is a chance that DTS will be removed in future versions.

    You create SSIS packages using either Business Intelligence Development Studio (found in SQL Server 2005 on Start->Programs) or by using Visual Studio .Net

    You import SSIS packages into SQL Server by connecting to the SSIS instance onthe server. This is done by using SSMS. Click the Connect buttons drop down icon and select SQL Server Integration Services from the drop down list. Import and schedule SSIS packages from here.

  3. #3

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: SQL 2005 Data Transformation Services

    Thanks for the quick answer!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width