installing sql server data tools

jeff 20 Reputation points
2024-01-16T15:16:53.09+00:00

visual studio

my visual studio instance shows that I installed sql server data tools but I don't see SSIS as an option when creating a new project ssis

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies Visual Studio Setup
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 60,161 Reputation points
    2024-01-16T15:34:43.2666667+00:00

    SSIS (and SSRS) are not part of the core SSDT extension. The core extension just adds support for SQL databases (creating projects, etc). To support SSIS you also need to install the SQL Server Integration Services Projects. You can get it directly from here. For SSRS you need Microsoft Reporting Services Projects. It is available here.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.