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
Copy file name to clipboardExpand all lines: docs/tools/sql-database-projects/concepts/publish-profiles.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,7 @@ In Visual Studio Code with the SQL Database Projects extension, publish profiles
132
132
133
133
::: zone pivot="sq1-sql-server-management-studio"
134
134
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).
Copy file name to clipboardExpand all lines: docs/tools/sql-database-projects/sql-projects-tools.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
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.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
6
ms.reviewer: drskwier
7
-
ms.date: 03/11/2026
7
+
ms.date: 04/15/2026
8
8
ms.service: sql
9
9
ms.subservice: sql-database-projects
10
10
ms.topic: overview
@@ -27,7 +27,7 @@ Tools included in this article:
27
27
28
28
## Graphical tools
29
29
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.
31
31
32
32
[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.
33
33
@@ -37,8 +37,8 @@ These tools provide a graphical interface for SQL projects, a T-SQL editor, and
0 commit comments