Skip to content

Commit 1131bbf

Browse files
authored
SDK versions with .NET SDK (#35563)
1 parent c3e2ae4 commit 1131bbf

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

-129 KB
Loading

docs/ssdt/sql-server-data-tools-sdk-style.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: SDK-style SQL projects in Visual Studio enable the next generation
44
author: dzsquared
55
ms.author: drskwier
66
ms.reviewer: randolphwest
7-
ms.date: 09/09/2025
7+
ms.date: 10/14/2025
88
ms.service: sql
99
ms.subservice: ssdt
1010
ms.topic: conceptual
@@ -33,14 +33,16 @@ For more information about SQL projects, see [What are SQL database projects?](.
3333
3434
To install the SDK-style SQL projects in Visual Studio 2022, follow these steps:
3535

36-
1. Download and install Visual Studio 2022 preview (17.12 preview 2 or later) from the [Visual Studio download page](https://visualstudio.microsoft.com/downloads/).
36+
1. Download and install Visual Studio 2022 (17.12 or later) from the [Visual Studio download page](https://visualstudio.microsoft.com/downloads/).
3737

3838
1. During install, select the **Individual components** tab and search for "SQL" to locate and select "SQL Server Data Tools SDK-style (Preview)". Selecting this item automatically selects required dependencies.
3939

40-
1. Continue the install without selecting workloads or extra features.
40+
1. Search for ".NET SDK" in the **Individual components** tab and select the ".NET SDK" component. Selecting this item automatically selects required dependencies, including supported .NET runtimes. The .NET SDK component enables support for additional versions of the Microsoft.Build.Sql SDK in Visual Studio, which are available through [NuGet.org](https://www.nuget.org/packages/Microsoft.build.sql#versions-body-tab).
4141

4242
:::image type="content" source="media/sql-server-data-tools-sdk-style/installer-individual-component.png" alt-text="Screenshot of the Visual Studio installer with the individual components tab open." lightbox="media/sql-server-data-tools-sdk-style/installer-individual-component.png":::
4343

44+
4. Continue the install without selecting workloads or extra features.
45+
4446
The Visual Studio [documentation](/visualstudio/install/modify-visual-studio#change-workloads-or-individual-components) provides additional information on modifying Visual Studio installations to select individual components.
4547

4648
Unexpected behavior can occur if the SDK-style SQL projects are installed side-by-side with the original SQL projects and installing SDK-style SQL Server Data Tools is advised as a standalone component. To verify what components are part of a Visual Studio install, use the **Help** menu in Visual Studio and select **About Microsoft Visual Studio**. Several approaches are available to utilize multiple Visual Studio instances on a single machine:

0 commit comments

Comments
 (0)