0
votes

How do you create an SSIS package with SQL Server 2019/Visual Studio 2019? I don't see any BI options for SSIS, SSRS, or SSAS when creating a new project in Visual Studio. I have the free SQL Server 2019 Developer edition installed. I also have the Community Visual Studio 2019 free version installed. I installed SSDT with Visual Studio 2019. I selected SQL Server Data Tools under Data storage and processing in the list of workloads. On the Windows Start menu, I searched for Visual Studio (SSDT) but I it doesn't look like Visual Studio (SSDT) is installed. I tried uninstalling and re-installing SSDT with Visual Studio Installer (SQL Server Data Tools under Data storage and processing in the list of workloads). I also installed SSIS in Visual Studio 2019 under Extensions/Manage Extensions.

enter image description here

enter image description here

2

2 Answers

2
votes

This is explained right at the start of the documentation:

SSDT for Visual Studio 2019

Changes in SSDT for Visual Studio 2019

The core SSDT functionality to create database projects has remained integral to Visual Studio.

With Visual Studio 2019, the required functionality to enable Analysis Services, Integration Services, and Reporting Services projects has moved into the respective Visual Studio (VSIX) extensions only.

Note

There's no SSDT standalone installer for Visual Studio 2019.

Install SSDT with Visual Studio 2019

If Visual Studio 2019 is already installed, you can edit the list of workloads to include SSDT. If you don’t have Visual Studio 2019 installed, then you can download and install Visual Studio 2019 Community.

Once your installed the needed extension, create the appropriate project type, and then you can start making the appropriate files in that project.

0
votes

15 wasted minutes later, checking installations blah blah blah.

Select new project/"clear all" the filters/type "integration" in search - and then the miracle "Integration services projects" appear from the 3x10e172 different alternatives..

Used to be under "business intelligence" -that gone, categories not required when google does your thinking.