Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
70 views

We have a SQL Server Data Tools (SSDT) Visual Studio database project, and we deploy the DACPAC output using DacFx + PowerShell scripts. In this project, we enable: Database-level change tracking via ...
0 votes
0 answers
91 views

I have a .sqlproj with some CDC enabled tables. My ADO CD pipeline does a sqlpackage Action:script and then sqlpackage Action:publish. I had a requirement to add some columns to one of the CDC enabled ...
0 votes
2 answers
422 views

One of my clients has an on-premises SQL Server 2022 database. I'm building a deployment pipeline in Azure DevOps that builds a DACPAC file based on a VS2022 project and deploys this to the server. We ...
0 votes
1 answer
152 views

I am trying to restore a backup of a azure sql database i did using powershell, ie a bacpac file. The file is 20gig in size. I am trying to restore using the following: sqlpackage.exe /Action:Import ...
Georgia's user avatar
  • 27
0 votes
1 answer
162 views

TLDR: running SQLPACKAGE /action:Scripts against my DACPAC results in users/logins created, but the create script runs a "CREATE USER FOR LOGIN X; REVOKE CONNECT TO X". I need it to not run ...
-1 votes
1 answer
527 views

I am trying to backup an Azure sql database using sqlpackage within powershell. So far i have : $url = az storage container generate-sas --account-name <storage_account> --name <container&...
Sandy's user avatar
  • 1
0 votes
0 answers
43 views

I have a bacpac file for an azure sql database. I am restoring it via the cmd , sqlpackage.exe /a:Import /sf:"c:\test\mydb.bacpac" /tsn:"test.database.windows.net" /tdn:"...
Abbey's user avatar
  • 183
0 votes
0 answers
66 views

I need to control the modification that are done in a SQL Server database. My solution would be to use a git repo to store every day an export of the database. So I created this PS script: Remove-Item ...
0 votes
0 answers
74 views

I am working on automatically cloning part SQL Server database content. With SQLPackage extract and publish commands, I can clone the whole database or a subset of its tables. Now, I want to filter ...
0 votes
1 answer
244 views

This Microsoft article details how to both create and update a sql project from a database when changes are made to the database that don't yet exist in the project. I would like to accomplish this ...
-1 votes
1 answer
239 views

I wrote a PowerShell script that uses SQL Package to create a dacpac and apply it to my local db. This script worked fine and I was getting ready to share it and it started throwing an error. An ...
USMC6072's user avatar
  • 832
2 votes
1 answer
188 views

I am writing a Powershell script to create a SQL Server dacpac file from our QA database and publish it to the local db. I am using SQLPackage.exe. When I publish, I am getting an error: Could not ...
0 votes
0 answers
57 views

I have .dacpac and want to publish the same with SQL package CLI. However there are some unwanted tables in the .dacpac or from the source database, which I don't want to be created in the targeted ...
BreakHead's user avatar
  • 10.7k
0 votes
1 answer
414 views

I'm brand new to Github workflows, this is the first one I've properly tried. I'm trying to get the workflow to build my sqlserver project made in Azure on push to master, then deploy it onto my ...
0 votes
0 answers
221 views

I'm looking to use Azure DevOps to deploy a database via dacpac file to an Azure SQL Managed Instance. We have multiple of the same databases all hosted on the same SQL MI, but for different ...

15 30 50 per page
1
2 3 4 5
...
15

AltStyle によって変換されたページ (->オリジナル) /