SSIS 2019 has arrived!

It is not a joke: SSIS is available for Visual Studio 2019 as a preview. Whoa, hold on. SQL Server 2019 hasn’t been released yet? But there’s already an SSIS 2019? Didn’t we have to wait months after the release of SQL Server 2017 before we had an SSIS version for Visual Studio 2017? Yes, we did, you can read all about there here.

But times have changed apparently. The SSIS team caught up with the rest of the BI tools: SSIS projects are now available from the Visual Studio market place.

Let’s rejoice!

Why is this important? In VS 2017, SSAS and SSRS were already available as extensions, but when you wanted to use SSIS you had to install the full-blown SQL Server Data Tools (which you can install as a shell or into an existing Visual Studio installation). However, to be able to install SSDT, you had to uninstall the SSAS/SSRS extensions. Ugh. Those days are now over. The extensions are also easier to update than SSDT.

The direct consequence is that SSDT, formerly known as SSDT-BI, formerly known as BIDS, will not be available for Visual Studio 2019. An era has ended. Also, SSDT when installed as a shell was free. The full Visual Studio is not. You can use Visual Studio Community though. (Check your licenses people!)

If you’re wondering how you can install the database part of SSDT, these are available as a “workload” during installation:

The SSIS extension is still in preview. Clicking on it in the “Manage Extensions” window will make you download a .exe file of about 400MB. This will install SSIS into Visual Studio.

When the installation is finished, you can connect to your repository or open existing projects. You can now upgrade your SSIS projects to SQL Server 2019 (compatibility still goes back to 2012):

Again, keep in mind it’s currently still in preview. Don’t put this baby in production yet.

All in all, I have to say this was the smoothest install of the Microsoft BI tools in a very long time. Did everything work directly? I had to rebuild a script component, because first it gave me this error:

Cannot communicate with the debug host process. The IDtsHost interface is not registered.

After rebuilding the script and saving the package, it ran successfully. Someone mentioned on Twitter that they experienced issues with deploying SSAS Tabular models. First I got a .NET environment error when I tried to deploy one, but to be honest, I had just run a tool that forcibly removed all remnants of Visual Studio 2015, so maybe that tool had been a bit too enthusiastic? I did a repair of Visual Studio 2019 and then I could deploy Tabular models without issues.

Also: dark theme!

Need to find your variables or your SSIS toolbox? The SSIS menu has been moved to Extensions:

One small bummer: I haven’t found the Power Query Source preview in the toolbox 🙁


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂

Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

One thought to “SSIS 2019 has arrived!”

  1. SSIS was COM not .NET was the reason holding SSIS tooling back I believe?
    SSRS
    SSAS
    SQL DB
    Powershell
    R
    are all .NET VS VSIX extensions
    this is good news I hope

    ive had too many sessions rebuilding a PC because of MS Tooling
    SSMS
    VS
    SSDT fighting each other

    This would usually manifest as not being able to edit C# Script Tasks in SSIS Projects
    Usually had to trash everything and start over
    TONS of threads all over the innerwebs about that joyfull experience

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.