136k views
2 votes
How to install SSIS in Visual Studio 2019? SQL Server Integration Services

User Danivovich
by
7.1k points

1 Answer

4 votes

Final answer:

To install SQL Server Integration Services (SSIS) in Visual Studio 2019, you need to modify your Visual Studio 2019 installation and select SQL Server Integration Services from the Individual components tab.

Step-by-step explanation:

To install SQL Server Integration Services (SSIS) in Visual Studio 2019, follow these steps:

  1. Launch the Visual Studio 2019 installer.
  2. Click on 'Modify' for your installed version of Visual Studio 2019.
  3. In the Individual components tab, scroll down and locate 'SQL Server Integration Services' under 'Data Storage and Processing'.
  4. Check the box next to 'SQL Server Integration Services' and click on the 'Modify' button at the bottom of the window to install SSIS.
  5. Once the installation is complete, launch Visual Studio 2019 and you should now have access to SSIS.

User Davidrayowens
by
6.9k points