Top "Dacpac" questions

DACPAC, or Data-tier Application Component Packages, is a feature in SQL Server 2008 that allows developers to package database changes into a single file in Visual Studio and send it to the DBAs for deployment.

Error in SQL script: Only one statement is allowed per batch

I have 4 sql scripts that I want to run in a DACPAC in PostDeployment, but when I try to build …

sql sql-server visual-studio-2012 dacpac
How to publish DACPAC file to a SQL Server database project via SQLPackage.exe of SSDT?

I'm using SSDT for Visual Studio 2012 here and using its command-line tool SQLPackage.exe to publish a .dacpac file. I …

publish database-project sql-server-data-tools dacpac sqlpackage
Find Sqlpackage.exe on client machine to install DACPAC

I'm developing a .Net-application that would deploy a dacpac on a client machine. For that purpose I would require SqlPackage.…

c# .net dacpac
DACPAC won't deploy because 'can't connect to server'?

I'm trying to deploy a DACPAC to LocalDB 2012 but it's just not having it: Stack trace is as follows: ================================== Could …

visual-studio-2015 sql-server-data-tools localdb dacpac
SSDT Publish errors on Creating Publish Preview

I am using Visual Studio 2013 to manage a .sqlproj file containing our database schema. The schema has been deployed successfully …

sql-server-data-tools sqlcmd dacpac
DacPac exclude users and logins on export or import

Im doing some automation and in the middle of rewriting some 10-15 old, quirky scripts to one single and simple …

c# sql-server database cross-domain dacpac
Can I generate a deployment script from a dacpac

I've got a .dacpac file that's being called by MSBuild and published to a QA database for testing. This publish …

sql msbuild publish dacpac
What does DACPAC stand for?

In Visual Studio 2012 we have new project type called SQL Server Database Project and when compiled will create a .dacpac …

visual-studio compilation sql-server-data-tools dacpac
How to make DACPAC update only one schema?

I have a VS2013 solution with *.sqlproj project that contains objects specific to this solution. The issue is that this …

sql-server azure-sql-database sql-server-data-tools dacpac