About 164 results
Open links in new tab
  1. Deploy a Data-Tier Application - SQL Server | Microsoft Learn

    Nov 18, 2025 · Deploying, or publishing, a registered data-tier application (DAC) from a DAC package to an existing instance of the database engine or Azure SQL Database is available in a wizard from …

  2. Automating Database Deployments: Integrating DACPAC and BACPAC …

    Jun 11, 2025 · Integrating DACPAC and BACPAC into Azure DevOps pipelines transforms database management into a seamless, automated process. DACPAC ensures precise schema updates, while …

  3. SQL Server DACPAC Deployment | Documentation and Support

    Aug 19, 2024 · Now that the build server has been configured to push the artifact to the Octopus Server, we need to create a project in Octopus deploy to deploy the package. From the Octopus Web Portal, …

  4. Deploy DACPAC to Azure SQL Database using Visual Studio

    Feb 2, 2024 · This guide will walk you through the process of deploy DACPAC to Azure SQL database directly from Visual Studio.

  5. Data-Tier Applications (DAC) Overview - SQL Server

    Jan 30, 2026 · Deploy / Publish - deploy a .dacpac to a host server. When you deploy to an existing database, the difference between the database and the DAC is dynamically calculated and applied …

  6. Deploying A DACPAC to Azure SQL Server – Emily Lahren

    There are two different ways that you can deploy a DACPAC to an Azure SQL Server. The first way is to deploy the DACPAC to create a database, the second is to update an existing database with the …

  7. Deploying DACPACs via PowerShell – Rishan Solutions

    May 5, 2025 · While not strictly required for DACPAC deployment via PowerShell, SSMS is useful for manually deploying DACPACs, managing database connections, and inspecting SQL Server logs.

  8. Deploying .dacpacs to Multiple Environments via ADO Pipelines ...

    Oct 14, 2024 · In this article we will expand upon that and guide through the next evolution with building a dacpac w/ a configuration for a dev and tst environment and deploy that to multiple sql servers and …

  9. DACPAC. a DACPAC is a way to package the… | by Lorenzo Uriel

    Sep 26, 2023 · Database Deployment: A DACPAC is used to deploy (or update) a SQL Server database. It contains schema definitions, tables, indexes, constraints, and other database objects. …

  10. Deploy a SQL Database DacPac using a DAC Publish Profile

    To automate build and deployment of databases in Azure DevOps, you can use MsBuild to create DacPac from your Visual Studio solution. You can then add a PowerShell task which uses Publish …