About 31,100 results
Open links in new tab
  1. How to unpack a DACPAC? - Database Administrators Stack …

    Feb 22, 2020 · The .dacpac file is a zip archive, and you can open it using an archiver application. This can be useful if you want to see what is in the file before importing into the database.

  2. Exclude certain schema along with unnamed constraints in SSDT

    Jun 8, 2020 · 4 Task Automate database deployment (SSDT/dacpac deployment with CI/CD) The database is a 3rd party database It also includes our own customized tables/SP/Fn/Views in …

  3. DACPAC deployment hangs at Updating database (start)

    Apr 23, 2025 · The dacpac/sqlproj contains many tables, procedures, etc, and unfortunately must include many very large post deployment scripts. These scripts are used to manage the data …

  4. DACPAC drops existing users and permissions from database …

    Aug 17, 2022 · 2 I'm developing my database through a database project in visual studio, and whenever I need to upgrade the schema of my database I like to use SSMS to do this using a …

  5. DACPAC and database drift: db users are always detected as drift …

    When I include a login and user in my SSDT DB project and try to deploy a DACPAC using the "Block publish when database has drifted from registered version" option, it always detects …

  6. Howto create useful dacpac versioning along with SSDT …

    Mar 2, 2016 · The database project's dacpac properties allow us to fill in a version in the format "x.x.x.x" that is getting published with the dacpac to Sql Server and can be queried there using:

  7. sql server 2012 - Ignore login mappings during Dacpac compare ...

    Ignore login mappings during Dacpac compare Ask Question Asked 12 years, 4 months ago Modified 12 years, 3 months ago

  8. sql server - DACPAC Deployment Rebuilding All Indexes

    Sep 6, 2019 · The most likely reason this is happening is because there are different options / settings on the indexes in the model (the dacpac file) and the target (your actual database). …

  9. sql server - Excluding database objects from a DacPac database ...

    Dec 3, 2020 · As I understand it, a sql server DacPac (visual studio data-tier app) applies to the entire database that it's deployed in. However, for my particular database, I have some tables …

  10. sql server - Dacpac deployment via sqlpackage, …

    May 15, 2018 · Dacpac deployment via sqlpackage, “DropObjectsNotInSource=True” is trying to drop .mdf & .ldf Ask Question Asked 7 years, 6 months ago Modified 7 years, 6 months ago