Blog Post

Extract DacPac Using Command Line

,

When extracting Dacpacs it’s quite straightforward to go through the UI and extract, however what if you want to do this for more than one database, or automate the process for a build? The sqlpackage.exe enables us to extract a dacpac in silent mode. Below is the command, and I will go through each parameter:

"C:Program Files (x86)Microsoft SQL Server110DACbinsqlpackage.exe" /action:Extract /OverwriteFiles:False /tf:"C:Usersrichard.leeDocumentsdacpacsdbname_Baseline.dacpac" /SourceConnectionString:"Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=AdventureWorks;Data Source=SQLA" Some you need to be wary of:

Original post (opens in new tab)

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating