You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
23
23
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
+

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
+

0 commit comments