Hi @Greg Booth , 

Welcome to Microsoft Q&A! 

Visual Studio 2022 Community provide core SQL Server Data Tools functionality. But in your situation, I recommend you use the Professional or Enterprise editions. 

For SSDT, it has been integrated into Visual Studio 2022.

You can install it as individual component in Visual Studio Installer > Modify.

For Integration Services (SSIS) and Reporting Services (SSRS) projects, you need to install the appropriate extensions from within Visual Studio with Extensions > Manage Extensions or from the Marketplace.

·         Integration Services

·         Reporting Services 

For more information, please visit: Download SSDT for Visual Studio

Sincerely,

Anna


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

Answer from Anna Xiu-MSFT on learn.microsoft.com
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › download-sql-server-data-tools-ssdt
Install SQL Server Data Tools (SSDT) - SQL Server Data Tools (SSDT) | Microsoft Learn
February 6, 2026 - The release notes for SSDT and its components are available for Visual Studio 2017, 2019, 2022, and 2026.
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › sql-server-data-tools
SQL Server Data Tools - SQL Server Data Tools (SSDT) | Microsoft Learn
Install SQL Server Data Tools (SSDT) for Visual Studio. ... SDK-style SQL projects in Visual Studio are available as part of the SQL Server Data Tools, SDK-style (preview) feature for Visual Studio 2022, separate from the original ...
Discussions

Visual Studio 2022 support for SS Data Tools
MS claims compatibility by end of ‘22 https://marketplace.visualstudio.com/items?itemName=SSIS.SqlServerIntegrationServicesProjects&ssr=false#qna More on reddit.com
🌐 r/SQLServer
13
8
August 24, 2022
how can I use ssdt bi in visual studio 2022
For more details, please refer to: SSDT for Visual Studio 2022. More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
July 6, 2022
SSDT for SQL 2022 not available
Try VS2019. There are a lot of compatibility issues with VS2022 and SSDT that have not yet been addressed. I am still on VS2019 for that reason. More on reddit.com
🌐 r/SQLServer
25
7
February 19, 2023
Using SSDT on a build server
Do you mean you don’t have VS IDE on your docker build image, but have "Build Tools for Visual Studio 2022"? If so, it’s the same. You can use command lines to install SSDT, the command should be like More on learn.microsoft.com
🌐 learn.microsoft.com
2
0
🌐
Reddit
reddit.com › r/sqlserver › visual studio 2022 support for ss data tools
r/SQLServer on Reddit: Visual Studio 2022 support for SS Data Tools
August 24, 2022 -

I did a fresh install of windows on my main computer and went ahead and installed SQL Server 2019 Developer Edition.

I do a lot of work with SSIS and SSAS (Tabular) and assumed the Visual Studio Extension used for these modules would be available in Visual Studio 2022 Community so I went ahead in installed that too. To my suprise when I loaded it up, it did not support working on these projects only "Database Projects" not involving SSIS or SSAS. So I had to uninstall 2022 and roll back to 2019.

Any idea when VS 2022 will be supporting SQL Server Data Tools? Supposedly 2022 is much better than 2019 as its the first 64 bit version of VS.

🌐
Petri
petri.com › home › sql server essentials: downloading and installing sql server data tools for visual studio
How to install SQL Server Data Tools for Visual Studio
June 7, 2025 - Go to Microsoft’s Download SQL Server Data Tools (SSDT) for Visual Studio webpage, and then click on the link to download and install Visual Studio 2022. Click the Free download link to download Visual Studio 2022 Community edition.
🌐
Visual Studio
visualstudio.microsoft.com › vs › features › ssdt
SQL Server Data Tools - Visual Studio IDE
December 5, 2025 - Use Table Designer to design a new table, modify existing table, or quickly add new or modify existing columns, constraints and indexes. You don’t need to write the complex code to alter affected indexes, views, procedures and functions – Visual Studio writes the change script for you.
Find elsewhere
🌐
Reddit
reddit.com › r/sqlserver › ssdt for sql 2022 not available
r/SQLServer on Reddit: SSDT for SQL 2022 not available
February 19, 2023 -

Background: So I have the need to generate an array of JSON objects in a single column in my main select. I found that you can do this with a new feature in SQL 2022. There's a new function called JSON_OBJECT which works perfectly if you combine it with FOR JSON PATH in a subquery.

The problem is all my table structures, procs, schemas and views are in a VISUAL STUDIO database project which, when compiled, generates a nice little DACPAC file which I can then use to deploy to the database on the production server.

The production server also runs SQL Express so upgrading it is not an issue.

I installed SQL 2022 express and tried to write my new little view to generate the data in the format I need which works perfectly, but I cannot change the "Target platform" in my database project to SQL 2022, the option is simply not there. I have googled and the Microsoft docs says you cannot install SSDT seperately as of Visual studio 2019. ( I am using VS2022). It comes with visual studio when you select the SSDT feature

So now as soon as I create the view and add it to the database project I get baraged with syntax errors because the project doesnt understand the format of my new view that uses my new JSON_OBJECT function.

How can I resolve this? Is there a forum I can post this to so that the SQL engineers at Microsoft can fix this?

🌐
Microsoft
devblogs.microsoft.com › dev blogs › visual studio blog › embracing sql server 2022 with ssdt 17.8: unveiling key updates
Embracing SQL Server 2022 with SSDT 17.8: Unveiling Key Updates - Visual Studio Blog
January 31, 2024 - In the dynamic landscape of database development, SQL Server Data Tools (SSDT) is a powerful tool for database developers in the Visual Studio ecosystem. SSDT 17.8 is included in the latest version of Visual Studio 2022 v17.8, which was released ...
🌐
Software Support
support.syniti.com › hc › en-us › articles › 15588545120151-Adding-Data-Tools-Integration-Services-to-Visual-Studio-2022
Adding Data Tools/Integration Services to Visual Studio 2022 – Software Support
July 3, 2023 - If Visual Studio 2022 is already installed, you can edit the list of workloads to include SSDT. If you don’t have Visual Studio 2022 installed, download and install Visual Studio 2022 Community.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1659998 › using-ssdt-on-a-build-server
Using SSDT on a build server - Microsoft Q&A
Do you mean you don’t have VS IDE on your docker build image, but have "Build Tools for Visual Studio 2022"? If so, it’s the same. You can use command lines to install SSDT, the command should be like
Top answer
1 of 3
89

Update 5 Jun. 2023 - General Availability (GA) release

Microsoft released Version 1.0 (General Availability (GA) release) of the SQL Server Integration Services extension for Visual Studio 2022.

Update 24 Nov. 2022 - Public preview released

Microsoft added a public preview of the SQL Server Integration Services Projects 2022 to the Visual Studio marketplace, which is tested against Visual Studio 2022 17.4

Read the announcement

Update 19 Sep. 2022

Microsoft Data Platform MVP Andy Leonard stated that "I communicated with the Microsoft SSIS Team. They shared they are targeting a preview of VS2022 Integration Services Extension for the end of CY22".


Update 12 Jul. 2022

Microsoft announced the support for Visual Studio 2022 via the Microsoft Analysis Services Projects 2022 extension.


Update 01 Jul. 2022

Microsoft mentioned that Visual Studio 2022 support is one of the major items they are working on, and it will be released before the end of the year.


Update 23 Jun. 2022

Microsoft released SSIS 4.0, adding support to SQL Server 2022, but still, this version does not support Visual Studio 2022.

In addition, the support of Visual Studio 2022 is added as a common issue


Update 23 Feb. 2022

Microsoft released SSIS 3.16, where the support of Visual Studio 2022 is removed from the SSIS Installer (Bug fixed).


Initial Answer - 16 Feb. 2022

Microsoft SQL Server business intelligence extensions are still unavailable for Visual Studio 2022.

Many people are still confused about the difference between SQL Server Data Tools used to create SQL databases projects and the business intelligence suite:

  • SSDT, SSDT-BI confusion in backwards compatibility for different SQL version

Using Visual Studio 2022, only the SQL Server Data Tools required to create database projects are currently available. As mentioned in the official documentation:

The core SSDT functionality to create database projects has remained integral to Visual Studio. The extensions for Analysis Services, Integration Services, and Reporting Services projects are currently unavailable for Visual Studio 2022.

You can note that in the Visual Studio marketplace, only Visual Studio 2019 is mentioned:

2 of 3
7

As Microsoft support commented on 2022-02-08:

Supporting VS2022 is on our radar, but there's no exact ETA now.

🌐
GitHub
github.com › MicrosoftDocs › sql-docs › blob › live › docs › ssdt › download-sql-server-data-tools-ssdt.md
sql-docs/docs/ssdt/download-sql-server-data-tools-ssdt.md at live · MicrosoftDocs/sql-docs
Learn about SQL Server Data Tools (SSDT). See how to install this database development tool set with Visual Studio 2019 and 2022.
Author   MicrosoftDocs
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › sql-server-data-tools-sdk-style
SQL Server Data Tools, SDK-Style (Preview) - SQL Server Data Tools (SSDT) | Microsoft Learn
March 11, 2025 - Install different release channels of Visual Studio, such as Visual Studio 2022 and Visual Studio 2022 preview. Install different editions of Visual Studio, such as Visual Studio Community and Visual Studio Enterprise.
🌐
Stack Overflow
stackoverflow.com › questions › 75889334 › how-to-open-ssdt-data-compare-tool-form-visual-studio-2022
How to open ssdt Data Compare Tool form Visual Studio 2022 - Stack Overflow
But I can't find any options that will open the Data Compare tool. I'm using SSDT version 17.2.40118.0 ... Tools Menu -> SQL -> Data Compare should work. ... Peter - thanks for your reply.