Home > OS >  SSIS Extension for Visual Studio 2022
SSIS Extension for Visual Studio 2022

Time:02-17

I have downloaded and installed Visual Studio 2022. Then after click on modify

to add SSDT

here you can see

Now, I want to create SSIS package, for this I have started VS22 and in "manage extensions" when I try to find Microsoft SSIS, I am unable to find.

For this, I have downloaded SSIS from market place:

  • enter image description here

    CodePudding user response:

    As @Larnu commented, Microsoft SQL Server business intelligence extensions are still not available for Visual Studio 2022.

    Many people are still confused about the difference between SQL Server Data Tools used to create SQL databases projects and the business intelligence suite:

    • enter image description here

      CodePudding user response:

      As Microsoft support commented on 2022-02-08:

      Supporting VS2022 is on our radar, but there's no exact ETA now.

  • Related