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
The release notes for SSDT and ... is provided in the SSDT Overview. SSDT is installed as a Visual Studio component, both for online installation and offline installation....
🌐
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?

🌐
Oreate AI
oreateai.com › blog › installing-sql-server-data-tools-ssdt-for-visual-studio-a-stepbystep-guide › 2d885b43035d4e5686e5d73942ed9572
Installing SQL Server Data Tools (SSDT) for Visual Studio: A Step-by-Step Guide - Oreate AI Blog
January 21, 2026 - If you're working offline due to bandwidth constraints or isolated networks, you'll be pleased to know that SSDT supports offline installations too! You can either download everything needed onto one computer or use command-line options via ...
🌐
Developer Community
developercommunity.visualstudio.com › content › problem › 195296 › ssdt-offline-installer.html
SSDT offline installer - Developer Community
Skip to main content · Microsoft · Visual Studio · Sign in · You need to enable JavaScript to run this app · Sorry this browser is no longer supported · Please use any other modern browser like 'Microsoft Edge'
🌐
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
If you don't have Visual Studio 2022 or 2026 installed, then you can download and install Visual Studio 2026. To modify the installed Visual Studio workloads to include SSDT, use the Visual Studio Installer.
Author   MicrosoftDocs
🌐
GitHub
github.com › it3xl › SSDT-offline-install
GitHub - it3xl/SSDT-offline-install: SQL Server Data Tools (SSDT) for Visual Studio offline installation suite
SQL Server Data Tools (SSDT) for Visual Studio offline installation suite - it3xl/SSDT-offline-install
Author   it3xl
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi
Previous Releases of SQL Server Data Tools (SSDT) - SQL Server Data Tools (SSDT) | Microsoft Learn
If you add the SSDT layout to an existing Visual Studio offline layout, the necessary runtime (.exe) components aren't created there. Released: April 6, 2022 Build Number: 14.0.16248.0 SSDT for Visual Studio 2017.
🌐
GitHub
github.com › MicrosoftDocs › sql-docs › blob › live › docs › ssdt › previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi.md
sql-docs/docs/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi.md at live · MicrosoftDocs/sql-docs
If you add the SSDT layout to an existing Visual Studio offline layout, the necessary runtime (.exe) components aren't created there. Released: April 6, 2022 Build Number: 14.0.16248.0 SSDT for Visual Studio 2017.
Author   MicrosoftDocs
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › ssis-vs2022-troubleshooting-guide
SSIS Projects Extension for Visual Studio 2022+ Troubleshooting Guide - SQL Server Data Tools (SSDT) | Microsoft Learn
If you want to use this product in an offline environment, we recommend you to install this product on Visual Studio Professional or Enterprise, which support offline activation via a product key.
🌐
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
With Visual Studio 2022, the required ... is required in order to use the mSQL SSIS components. Note: There is no SSDT standalone installer for Visual Studio 2022....
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › ssdt › sql-server-data-tools
SQL Server Data Tools - SQL Server Data Tools (SSDT) | Microsoft Learn
The Visual Studio extensions are available from the Visual Studio Marketplace and more information on installing SSDT can be found at 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 SSDT.
🌐
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 - Let’s download Visual Studio 2022 with support for SQL Server Data Tools: 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.
🌐
DBI Services
dbi-services.com › accueil › ssdt offline installation for visual studio 2019
SSDT offline installation for Visual Studio 2019
May 31, 2022 - This blog explains how to install offline Visual Studio 2019, its mandatory component to install afterward the SSAS and SSIS extensions. Note: refer to the Microsoft web documentation, to see if the SSDT extensions have been released for higher version of Visual Studio https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-ver15
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.