Skip to content

Commit 00903f4

Browse files
Merge pull request #37068 from dzsquared/drskwier/ssms-22_5
updating import to project
2 parents cde9a8e + d13cfa2 commit 00903f4

4 files changed

Lines changed: 72 additions & 77 deletions

File tree

docs/tools/sql-database-projects/concepts/publish-profiles.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ In Visual Studio Code with the SQL Database Projects extension, publish profiles
132132

133133
::: zone pivot="sq1-sql-server-management-studio"
134134

135-
In SQL Server Management Studio (SSMS), create and load publish profiles from the **Publish** dialog. When you configure deployment settings and select **Save Profile As**, the settings are saved to a `.publish.xml` file. You can load a previously saved profile by selecting **Load Profile** in the **Publish** dialog. Publish profiles are stored as items in the SQL project and appear in **Solution Explorer**.
136-
137-
Add new publish profiles to the project with the **Add New Item** dialog, and selecting the **Publish Profile** item template. Add existing publish profile files to the project using **Add > Existing Item**.
135+
Publish profiles aren't currently supported in SQL Server Management Studio (SSMS).
138136

139137
::: zone-end
140138

docs/tools/sql-database-projects/sql-projects-tools.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: SQL Projects Tools
3-
description: This overview reviews the tooling for SQL database projects.
3+
description: Compare SQL project tools available in Visual Studio Code, SSMS, Visual Studio, and the command line.
44
author: rwestMSFT
55
ms.author: randolphwest
66
ms.reviewer: drskwier
7-
ms.date: 03/11/2026
7+
ms.date: 04/15/2026
88
ms.service: sql
99
ms.subservice: sql-database-projects
1010
ms.topic: overview
@@ -27,7 +27,7 @@ Tools included in this article:
2727

2828
## Graphical tools
2929

30-
These tools provide a graphical interface for SQL projects, a T-SQL editor, and a build and publish process.
30+
These tools provide a graphical interface for SQL projects, a Transact-SQL (T-SQL) editor, and a build and publish process.
3131

3232
[SQL Database Projects extension](../visual-studio-code-extensions/sql-database-projects/sql-database-projects-extension.md) is an extension for **Visual Studio Code**. This extension provides a graphical interface for SQL projects, a T-SQL editor, and a build and publish process.
3333

@@ -37,8 +37,8 @@ These tools provide a graphical interface for SQL projects, a T-SQL editor, and
3737

3838
### Feature set comparison
3939

40-
| Feature | VS Code | SSMS | SSDT (VS2022-2026) | SDK-style SSDT, preview (VS2022) |
41-
| --- | --- | --- | --- |
40+
| Feature | Visual Studio Code | SSMS | SSDT (VS2022-2026) | SDK-style SSDT (preview) (VS2022) |
41+
| --- | --- | --- | --- | --- |
4242
| [Create new empty project](get-started.md) | Yes | Yes | Yes | Yes |
4343
| [Create new project from existing database](tutorials/start-from-existing-database.md) | Yes | Yes | Yes | Yes |
4444
| Open existing Microsoft.Build.Sql projects | Yes | Yes | No | Yes |
@@ -47,17 +47,17 @@ These tools provide a graphical interface for SQL projects, a T-SQL editor, and
4747
| Project run build | Yes | Yes | Yes | Yes |
4848
| Publish project to existing server | Yes | Yes | Yes | Yes |
4949
| Publish project to a local development instance | Yes<sup>1</sup> | Yes<sup>2</sup> | Yes<sup>3</sup> | Yes<sup>3</sup> |
50-
| Publish options/properties | Yes | No | Yes | Yes |
50+
| Publish options/properties | Yes | Yes | Yes | Yes |
5151
| [Target platform](concepts/target-platform.md) can be updated | Yes | Yes | Yes | Yes |
5252
| [SQLCMD variables](concepts/sqlcmd-variables.md) | Yes | Yes | Yes | Yes |
5353
| [Project references](concepts/project-references.md) | Yes | Yes | Yes | Yes |
5454
| [DACPAC references](concepts/database-references.md) | Yes | Yes | Yes | Yes |
5555
| [Package references](concepts/package-references.md) | Yes | Yes | No | No |
56-
| Publish profile creation | Yes | Yes | Yes | Yes |
56+
| Publish profile creation | Yes | No | Yes | Yes |
5757
| SQL files can be added by placing in project folder | Yes | Yes | No | Yes |
5858
| SQL files can be excluded from build | Yes | Yes | Yes | No |
5959
| [Pre-deployment and post-deployment scripts](concepts/pre-post-deployment-scripts.md) | Yes | Yes | Yes | Yes |
60-
| New object templates | Yes<sup>4</sup> | Yes<sup>4</sup> | Yes | Yes<sup>4</sup> |
60+
| New object templates | Yes<sup>4</sup> | Yes | Yes | Yes<sup>4</sup> |
6161
| Project files can be organized into folders | Yes | Yes | Yes | Yes |
6262
| [Schema comparison](concepts/schema-comparison.md) project to database | Yes | No | Yes | Yes |
6363
| [Schema comparison](concepts/schema-comparison.md) database to project | Yes | No | Yes | No |
@@ -69,10 +69,10 @@ These tools provide a graphical interface for SQL projects, a T-SQL editor, and
6969
| Object renaming and refactoring | No | No | Yes | No |
7070
| Intellisense provided in database files from project model | No | No | Yes | No |
7171

72-
1. Local development instance is a SQL Server container.
73-
1. Any pre-installed Microsoft SQL database can be used as a local development instance.
74-
1. Local development instance is a SQL Server LocalDB instance.
75-
1. Limited subset of templates available
72+
<sup>1</sup> Local development instance is a SQL Server container.
73+
<sup>2</sup> Any pre-installed Microsoft SQL database can be used as a local development instance.
74+
<sup>3</sup> Local development instance is a SQL Server LocalDB instance.
75+
<sup>4</sup> Limited subset of templates available.
7676

7777
## Command line tools
7878

4.48 KB
Loading

0 commit comments

Comments
 (0)