Visual Studio 2019 Install SSDT
SQL Server Data Tools (SSDT) is a modern development tool for generating SQL Server relational databases, Azure SQL Database, Analysis Services (AS) data models, Integration Services (IS) packages, and Reporting Services (RS) reports. With SSDTs, you can design and deploy any SQL Server content type as easily as developing applications in Visual Studio.
The core SSDT functionality used to create database projects has been an integral part of Visual Studio. With the release of Visual Studio 2019, the functionality required to enable Analysis Services, Integration Services, and Reporting Services projects has only been moved to the respective Visual Studio (VSIX) extensions.
Locate Visual Studio 2019 in the computer control panel, right-click on it, select Modify, pop up the VS 2019 installation form, select Other Toolset -> Data Storage and Processing, click Install, as shown in the following image:
Install SQL Server Integration Services Projects
Extension download address:The hyperlink login is visible.
Alternatively, search for the "SQL Server Integration Services Projects" installation on the extensions page, as shown in the following image:
After the installation is complete, reopen VS 2019, create a new project, and search for "ssis", as shown below:
(End)
|