python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Login failed during Azure Release Pipeline DACPAC deployment
I am trying to deploy a dacpac to a database in Azure SQL server using a release pipeline in azure devops. I was able to deploy a dacpac to one database successfully by adding Azure Object Name as db_...

user10486706
Votes: 0
Answers: 1
There is difference in execution of sp when deployed from dacpac and creating with ssms
In a SP I'm comparing a declared variable with empty string as below.
Declare @str1 nvarchar(max)
if(@str1 <> '')
true
else
false
I've deployed this sp through a database project and ...
Ragavendran Sethuraman
Votes: 0
Answers: 2
Azure DevOps Azure SQL DacpacTask SQL72018 Permission Could Not Be Imported
We have a release pipeline in Azure DevOps that deploys a database project to our Azure SQL Database via the Azure SQL Dacpac Task. Everything has been working fine but suddenly yesterday the pipeline...
Developer Guy
Votes: 0
Answers: 2
Is there a way to update a Database Project(or dacpac) from a live SQL Server Database?
So the scenario here is that I have done a bunch of work (i.e changing table names, rewriting and renaming SPs, synonyms etc) in a database within our live DEV SQL server. Now I want to move all my ch...
Reemz
Votes: 0
Answers: 0