1

While deploying the dacpac file from powershell in Azure SQL DW database I am getting following error: Exception calling "Deploy" with "3" argument(S): "An error occurred during deployment plan generation. Deployment cannot continue."

Is there any way to deploy dacpac file in Azure SQL DW Database using Powershell?

2
  • How do you deploy your dacpac file in PowerShell? Specifically what cmdlet are you using Commented Jun 7, 2016 at 21:38
  • We explicitly load the .net libraries (installed by SSDT) and then use the Microsoft.SqlServer.Dac.DacPackage object in powershell to deploy the dacpac's Commented Jun 8, 2016 at 6:34

1 Answer 1

1

SQL DW does not yet support database projects. This feature is planned. You can vote for this feature here, https://feedback.azure.com/forums/307516-sql-data-warehouse/suggestions/13313247-database-project-from-visual-studio-to-support-azu, which will also give you updates to the progress of this feature.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.