Run 2012 SSIS package on SQL Server 2005

  • Hello all,

    We work alot with mysql and will only be doing more, although sql server will remain prevalent. We utilize SSIS, and even DTS still, to move our data around. Problem is working with mysql in SSIS 2005 is a pain and now I've run into a situation where it might take a bunch of hacks. So I read that 2012 will take care of a few issues I'm having. Mainly actual ODBC sources and destinations, and no 4000 character expression limit.

    We have several sql server 2005 instances running already. I see that a sql server development license is really cheap. So I have two questions. If I were to purchase a 2012 sql server developer license...

    1. Would the license allow me to develop 2012 version packages and deploy them to a 2005 instance?

    2. Would a 2012 package run using 2005 sql server? I plan on running the packages from the file system using sql agent.

    Thanks,

    GG

  • You cannot deploy a 2012 package to SQL Server 2005.

    However, you can use SQL Server 2005 in your connection manager. But the package must be run from SQL 2012.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Thank you for the reply. Basically we need the new features in SSIS, not Sql server. So if there is a way to avoid having to buy a full version of Sql server 2012 just to utilize SSIS 2012 please let me know.

  • There isn't a way to do this. While SSIS is a separate part of SQL Server and can be deployed without the database engine, you cannot use the redistributable parts of SSIS, AFAIK, without having a SQL Server 2012 license.

    You could purchase an SE license, as few cores/CALs as needed to run things.

  • Steve Jones - SSC Editor (1/2/2013)


    There isn't a way to do this. While SSIS is a separate part of SQL Server and can be deployed without the database engine, you cannot use the redistributable parts of SSIS, AFAIK, without having a SQL Server 2012 license.

    You could purchase an SE license, as few cores/CALs as needed to run things.

    Yup, I'd just get the standard edition to run it. But a 2012 license is required.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • ok, thank you both for your input.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply