Skip to content

Commit 05b9c43

Browse files
authored
Merge pull request #20045 from dzsquared/ssdt-2022preview
adding VS2022
2 parents 1d685a5 + f876d67 commit 05b9c43

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

docs/ssdt/download-sql-server-data-tools-ssdt.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: dzsquared
1111
ms.author: drskwier
1212
ms.reviewer: maghan
1313
ms.custom: seo-lt-2019
14-
ms.date: 02/20/2020
14+
ms.date: 08/20/2021
1515
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=azuresqldb-mi-current"
1616
---
1717

@@ -21,6 +21,31 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2121

2222
**SQL Server Data Tools (SSDT)** is a modern development tool for building SQL Server relational databases, databases in Azure SQL, Analysis Services (AS) data models, Integration Services (IS) packages, and Reporting Services (RS) reports. With SSDT, you can design and deploy any SQL Server content type with the same ease as you would develop an application in Visual Studio.
2323

24+
## SSDT for Visual Studio 2022 (Preview)
25+
26+
### Changes in SSDT for Visual Studio 2022
27+
28+
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 not available for Visual Studio 2022 (Preview) at this time.
29+
30+
> [!NOTE]
31+
> There's no SSDT standalone installer for Visual Studio 2022 (Preview).
32+
33+
### Install SSDT with Visual Studio 2022 (Preview)
34+
35+
If [Visual Studio 2022 (Preview)](/visualstudio/install/install-visual-studio?preserve-view=true&view=vs-2022) is already installed, you can edit the list of workloads to include SSDT. If you don’t have Visual Studio 2022 (Preview) installed, then you can download and install [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/downloads/).
36+
37+
To modify the installed Visual Studio workloads to include SSDT, use the Visual Studio Installer.
38+
39+
1. Launch the Visual Studio Installer. In the Windows Start menu, you can search for "installer".
40+
41+
![Visual Studio Installer in the Windows Start menu for 2022](../ssdt/media/visual-studio-installer.png)
42+
43+
2. In the installer, select for the edition of Visual Studio that you want to add SSDT to, and then choose **Modify**.
44+
45+
3. Select **SQL Server Data Tools** under **Data storage and processing** in the list of workloads.
46+
47+
![Data storage and processing workload 2022](../ssdt/media/download-sql-server-data-tools-ssdt/data-workload-2022.png)
48+
2449
## SSDT for Visual Studio 2019
2550

2651
### Changes in SSDT for Visual Studio 2019
73 KB
Loading

0 commit comments

Comments
 (0)