Data Transformation Services

How can I make a DTS in MSSQL Server Management Studio Express

I know how to do that in SQL Server Enterprise Manager.

Is this restricted in the express

Thanks.




Answer this question

Data Transformation Services

  • Julian Heal

    SSIS (aka, DTS) is only available with SQL Server 2005 Standard Edition and above. With Standard Edition, you can use Business Intelligence Studio to make SSIS packages.

    http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx



  • mbauman

    I'm not fully certain, but the original poster likely wasn't talking about SSIS. Most people no longer mistakenly call SSIS by the name DTS. The question is "How can I make a DTS in MSSQL Server Management Studio Express " I took this to mean - "How do I make a DTS package for SQL 2000 using SQL 2005's Managment Studio Express "

    Microsoft has released the Feature Pack for SQL 2005. In it, there is an item called Microsoft SQL Server 2000 DTS Designer Components.

    http://www.microsoft.com/downloads/details.aspx familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en

    It is unclear whether or not this runs in the Expess studio, but I haven't gotten it to work. I believe it will likley run in the full version of Managment Studio, but I haven't tried. Anyone have any success with DTS Designer Components and the Express edition


  • Data Transformation Services