Problem
SQL Server Integration Services is Microsoft’s powerful platform for implementing Extract, Transform and Load (ETL) solutions. It allows SQL Server Professionals to solve complex business intelligence tasks and work with a wide range of data sources. Microsoft provides a graphical tool for designing and developing Integration Services projects. This tool has always been an integral part of the Visual Studio. However, the name of this tool as well as the method of its installation varies from version to version of Visual Studio (VS). In this article, we are going to illustrate how to install SSIS in Visual Studio 2019.
Solution
As mentioned above, Microsoft’s tool for developing Integration Services projects is named differently in different versions of the Visual Studio. For example,
- SQL Server 2008/2008R2 integration services, this tool was VS 2008’s Business Intelligence Development Studio (BIDS) and came with the SQL Server installation media.
- VS 2010, the tool was renamed as the SQL Server Data Tools (SSDT) and shipped as a part of the SQL Server 2012 installation media.
- VS 2012/2013, this tool was slightly renamed as SSDT-BI and needed a separate download.
- VS 2015 was called SSDT and needed a separate download.
- VS 2017, this tool could be installed during the VS installation.
It is worth mentioning that BIDS, SSDT-BI, and SSDT can be used not only for working with SSIS projects, but also SQL Server Analytical Services and SQL Server Reporting Services projects. Additionally, it is important to note that SSDT is backward compatible, which means that projects designed on the newer versions of SSDT can run on older versions of SQL Server.
Now, after that historical review, let’s move to the latest release of Visual Studio – VS 2019 and see what this version provides as an SSIS development tool. For this version of the VS, there is no standalone installer for SSDT. While in this version the core components of SSDT for creating database projects have remained integrated in Visual Studio, the Integration Services, Analysis Services, and Reporting Services projects have become just an extension of the VS. Thus, in order to install the tool for SSIS development, we first need to install VS 2019. Therefore, we will divide our article into two parts. In the first part we will describe the installation of VS 2019 and in the second part, will illustrate the SSIS’s extension installation.
Installing Visual Studio 2019
To download Visual Studio 2019 we will use the following link.
For our example, we will download the free, Community edition of this product:

Then, we will click on “Free download”. After downloading the .exe file, we will double click on it to start the process:

The Visual Studio installer starts and after some time the following window is opened:

To add SSDT, we scroll down and choose “Data storage and processing”. Then, we press the “Install” button and wait for the installation to complete:

After installation, restart is required, so we press “Restart”:

After having our computer rebooted, we start Visual Studio:

On the next screen, just to keep our example simple, we just click “Not now, maybe later.” instead of signing in:

After that, we choose the theme and click on “Start Visual Studio”:

Well, we have installed Microsoft Visual Studio 2019 on our computer. Now, it’s time to add the extension for developing Integration Services projects.
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:

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

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”:

Then, we will execute the downloaded .exe file:

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

After that, we click “Next” to continue:

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

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

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

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

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

We choose a name for our project:

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

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.
Next Steps
Please find additional, topic-related information using the following links:
- SQL Server Download Quick Links
- SQL Server Integration Services Tutorial
- SQL Server Integration Services Tip Categories
- https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?redirectedfrom=MSDN&view=sql-server-ver15
- https://docs.microsoft.com/en-us/sql/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi?view=sql-server-ver15

Sergey Gigoyan (LinkedIn) is a Senior Technical Architect specializing in data and databases with more than 15 years of experience. Sergey focuses on modern data architectures, database design and development, performance tuning and optimization, high availability solutions, BI development and DW design. He has worked with SQL Server, Oracle, and PostgreSQL databases, as well as cloud-based data solutions (AWS and Azure). Sergey also has extensive experience with modern data stacks such as Snowflake and dbt.
Sergey’s experience spans various industries. He had the privilege of working with IT giants such as Oracle as a Principal Data Engineer and BlackBerry as well as innovative startups. He helped deliver complex database solutions and advanced data strategies.
Sergey is also the author of “Building a Successful Career in IT – How I Did It” where he provides actionable advice on thriving in the ever-evolving IT industry.
- MSSQLTips Awards: Champion (100+ tips) – 2024 | Author of the Year – 2020


Thank you soo much , this article was very much helpful, I have one question to ask. How can we connect Mysql workbench to SSIS which we have installed in visual studio? Please let me know if you have any idea about it .
Thanks.
Good and time saver article. Thank you Sergey Gigoyan.
right off the top of my head. thank you. thank you.
as of today, I am in a dead spot where when I look for visual student 2019 I click on the link and I get 2022…
and SSIS is not supported in 2022 yet.
Dead spot.
I love your instructions, great job.
please add one more link…
https://my.visualstudio.com/Downloads?q=visual%20studio%202019&wt.mc_id=o~msft~vscom~older-downloads
old versions…
I followed your instructions and at one point it kept giving me Visual studio 2022. just frustrating
but somewhere in your link I found the above link.
finished your instructions and I am on my way.
thank you again
Todd
Hi Sergey,
I appreciate your very nicely written article.
Do you have any similar document for the Enterprise edition, please?
Thank you,
Olga
I get the install button grayed out i installed the community 2019 version of VS. But wheni try to install the integration srvices i get a gray button why?
Great article. wished I found this info a few weeks ago. I installed VS 2022 when it came out and realized I could not get SSIS to install. after reinstalling VS2019, I kept getting an error to close PerfWatson2.exe to continue. Now I am all good
Thanks,
Great and very useful article, thanks!
The only difference from your walk through, is that I have VS 2019 Pro and after running the exe file, I went back in and loaded SSAS and SSRS. When I try and open up a 2017 file it does not do an upgrade.. but lists it as unsupported. So how do we get 2019 to open up 2017 files?
Very useful instructions, thank you very much!
That’s great and useful. I could install SSIS 2019 without any problem.
I appreciate it.
This was perfect and came to the rescue at the most needed moment. Thank you!
Thank you so so so much.
Very useful
Thanks to this article. The installation on VS19 much less confusing
Thanks Sergey!
Thanks that was really helpful instructions to install Integration Services in VS 2019
Thanks for posting this. Been using VS2019 with SSIS for a while now. I keep updating VS in hopes that the SSIS quarks will be worked out. Still nothing. I did run into an issue on one VS update where script components were not editable because the scrip window wouldn’t launch, but an update to the SSIS extension corrected it.
I constantly restart VS when working in SSIS because of weird behavior. Mostly the editor comes up as a blank screen, no recovery just restart VS. I’ve also run into really odd stuff when the components inside the editor get close to the edges of the editor window.
I keep my conn mgrs at the bottom and sometimes trying to open a component at the bottom of the editor actually opens a conn mgr. So you gotta zoom out. I hope someday SSIS works well with VS. Odd behavior has been an issue since the launch of SSIS. It seems every time there’s something new it breaks something else. At least now my enviro vars are in alphabetical order, yay! That only took 9 years.
Thank you man! I was in the verge of uninstalling it to get back to Visual Studio 2008 BIDS :D
Excellent guide. Very helpful.
Nice Help Bro…. Thanks
Superb!
This was very clear and helpful. Thank you!
A big thumbs up
To the point article, Thumbs Up!!
Thank you.. this was right on time and to the point and led me through the forrest!
@Sergey Gigoyan, Thanks for this post. Helped me a lot.