I need explanations for creating and deploying SSIS packages.

Carlo Maria Carnevale 35 Reputation points
2023-08-25T13:55:11.9633333+00:00

I need to develop a set of ETL packages for my company.

My scenario is: my local pc with Visual Studio 2022 and SQL Express Ed. installed (development and testing environment) and a remote db server with an instance of SQL Server 2019 Standard Ed. (production environment).

In terms of licensing, can I download and install the SSDT tool on the local pc to create and test SSIS packages to then deploy to the production server?

Thanks in advance for your attention

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies | Visual Studio | Other
0 comments No comments
{count} vote

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-08-29T01:32:05.12+00:00

    Hi @Carlo Maria Carnevale

    In order to develop and test SSIS packages on your test environment, you may use Visual Studio free on your test environment.

    In terms of licensing, can I download and install the SSDT tool on the local pc to create and test SSIS packages to then deploy to the production server

    Yes you can, because you have SQL Server 2019 Standard Ed license on your production server.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    3 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 Reputation points
    2023-08-25T14:31:17.4366667+00:00

    Hi @Carlo Maria Carnevale,

    There is no need in SSDT anymore.

    You need to install SQL Server Integration Services Projects 2022 extension for VS 2022 on your development machine. It is free of charge.

    Here is its download link: https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices

    As end result, your SSIS development PC needs the following:

    • VS2022
    • SQL Server Integration Services Projects 2022 extension for VS 2022. It is free of charge.

    SQL Server license is needed just on the SSIS run-time servers where MS SQL Server instance is installed.

    1 person found this answer helpful.
    0 comments No comments

  2. ZoeHui-MSFT 41,491 Reputation points
    2023-08-28T01:55:24+00:00

    Hi @Carlo Maria Carnevale

    Visual Studio is free to use if you want to develop SQL-BI(SSRS,SSIS,SSAS) job.

    You only need the license for SQL Server.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

  3. Carlo Maria Carnevale 35 Reputation points
    2023-08-28T08:18:07.24+00:00

    Hi Zoe,

    My concern is that my IT department tells me that in order to develop and test SSIS packages I need a paid SQL license on my pc as well and not just on the production db server.

    Is this correct?

    Because the alternative scenario might be to install VS2022 on the production server, but it seems a bit strange to me to pay for another VS2022 PRO subscription on the db server just for ETL package management (my company does not accept the community version of VS).

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.