
Download and Install SqlPackage - SQL Server | Microsoft Learn
Oct 14, 2025 · SqlPackage runs on Windows, macOS, and Linux, and is available to install through dotnet tool or as a standalone zip download. For details about the latest release, see …
NuGet Gallery | Microsoft.SqlPackage 170.2.70
SqlPackage is a command-line utility that automates database development tasks by exposing some of the public Data-Tier Application Framework (DacFx) APIs.
sql-docs/docs/tools/sqlpackage/sqlpackage-download.md at live ...
SqlPackage runs on Windows, macOS, and Linux, and is available to install through dotnet tool or as a standalone zip download. For details about the latest release, see the release notes. …
SqlPackage - SQL Server | Microsoft Learn
The primary use cases for SqlPackage focus on database portability and deployments for the SQL Server, Azure SQL, and Azure Synapse Analytics family of databases.
SqlPackage CLI Reference - SQL Server | Microsoft Learn
Apr 29, 2024 · SqlPackage is a command-line utility for database portability and deployments in Windows, Linux, and macOS environments. The SqlPackage command-line interface (CLI) …
SqlPackage for SQL database - Microsoft Fabric
Aug 12, 2025 · SqlPackage is a CLI providing database portability and database deployments. The portability (import/export) of a database managed in Azure or in Fabric ensures your data …
SqlPackage in Development Pipelines - SQL Server
Jun 27, 2025 · Utilizing a standalone installation of SqlPackage for pipeline automation is recommended over using the SqlPackage executables bundled with other applications, …
PL/SQL Packages - Oracle Help Center
This chapter explains how to bundle related PL/SQL code and data into a package, whose contents are available to many applications.
Getting Started with the SQLPackage Utility - SQL Shack
May 28, 2020 · In this article, I’m going to explain in detail about the SQLPackage utility that is provided by Microsoft in order to automate database deployments. In my previous article …
SqlPackage to export and import SQL server databases
Jun 12, 2024 · SqlPackage is a command-line tool that facilitates a range of database-related tasks, such as exporting, importing, and publishing database schema and data. It is part of the …