https://www.mssqltips.com/sqlservertip/6481/install-sql-server-integration-services-in-visual-studio-2019/

Adding the SSIS Projects extension to the Visual Studio 2019

When Visual Studio is opened, we click on “Continue without code” to add the necessary extension:

Add Extensions in Visual Studio Community 2019 Edition

In this window, we click on “Extensions” > “Manage Extensions”:

Manage Extensions in Visual Studio Community 2019 Edition

In the search bar of the opened window, we type “Integration Services” to easily locate the extension. From the appeared list we choose “SQL Server Integration Services Projects” and press “Download”:

Find SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

Then, we will execute the downloaded .exe file:

Execute SQL Server Integration Services Executeable File for Visual Studio Community 2019 Edition

The installation of the extension begins. Now, we will follow some simple steps. In the next window we click “OK”:

Select Language for SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

After that, we click “Next” to continue:

Start Installation of SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

If you receive the following message, you probably have SQL Server Management Studio opened:

Installation Error for SQL Server Integration Services Installation in Visual Studio Community 2019 Edition

Close it and click “OK”. The process should continue:

Loading Packages for SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

Finally, the setup is completed and we have our extension installed:

Setup Complete for SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

Now, we are ready to create Integration Services projects. In Visual Studio, we choose “Create a new project”:

Create New Project in Visual Studio Community 2019 Edition

In the next window, we type “integration” to find “Integration Services Project” and click on it:

Create New SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

We choose a name for our project:

Configure SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

Hence, it is ready! We opened the interface where we can design and develop SSIS 2019 packages:

Start Building SQL Server Integration Services Projects in Visual Studio Community 2019 Edition

Conclusion

To sum up, we reviewed the updates related to the tool for SQL Server Integration Services projects development in the VS 2019. As we have seen, in this version of the VS, the tool for designing SSIS projects is installed as an extension of the Visual Studio. We have also explored how to install Visual Studio 2019 and how to add the Integration Services Projects extension to it.

Last modified: July 15, 2021

Author

Comments

Write a Reply or Comment