Skip to content

Commit d53c673

Browse files
authored
Update whats-happening-azure-data-studio.md
DACPAC import / export is not available via extensions in VSC. Removed line that was missleading.
1 parent d630a34 commit d53c673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-data-studio/whats-happening-azure-data-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Azure Data Studio users have diverse needs, from connecting to Azure SQL databas
129129
| Database administration | Tools for managing databases on Windows. | [SQL Server Management Studio (SSMS)](/sql/ssms/) |
130130
| Schema | Compare and synchronize database schemas. | Visual Studio SQL Server Data Tools (SSDT). In development for MSSQL extension for Visual Studio Code. |
131131
| Flat-file import | Import `.txt` and `.csv` files into databases. | Bulk insert / PowerShell. In development for MSSQL extension for Visual Studio Code. |
132-
| DACPAC import/export | Deploy and extract DACPAC files. | SqlPackage / MSSQL extension for Visual Studio Code. |
132+
| DACPAC import/export | Deploy and extract DACPAC files. | SqlPackage CLI |
133133
| SQL Server assessment | Assess an existing SQL Server data estate to prepare for migration. | [Assess migration readiness with SQL Server enabled by Azure Arc](/sql/sql-server/azure-arc/migration-assessment). |
134134
| Azure SQL migration | Migrate SQL Server to Azure SQL. | Alternative migration tools for [Azure SQL Managed Instance](/data-migration/sql-server/managed-instance/overview#migration-tools), [SQL Serve on Azure VMs](/data-migration/sql-server/virtual-machines/overview#migrate), and [Azure SQL Database](/data-migration/sql-server/database/overview#migration-tools). |
135135
| Notebooks | SQL + Markdown interactive documents. | Polyglot Notebooks in Visual Studio Code. |

0 commit comments

Comments
 (0)