November 1, 2022 at 3:59 pm
Dear All,
I am able to deploy single database using DACPAC and VS Solution ,Post deployment scripts .But now I have to deploy multiple databases to same instances .Can you please guide how to do that using DACPAC. Do need to create DACPAC and VS solutions for each database ?
November 2, 2022 at 4:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
November 3, 2022 at 3:42 pm
Thanks for this Response. I have come across this link but not clear how to deploy multiple DACPACs for multiple databases.
November 3, 2022 at 3:48 pm
Thanks for this Response. I have come across this link but not clear how to deploy multiple DACPACs for multiple databases.
Multiple calls to sqlpackage.exe, with as many different source/target arguments as necessary, should do it.
If that is not the answer you are looking for, perhaps you would explain why.
November 4, 2022 at 9:43 am
Target Database Name is one of the options for the SQL Package command line link when publishing a DB. It is quite simple to deploy the same DACPAC to several databases using this.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply