I use the data-level DB project to deploy to Azure, everything is going well, the database and schema are well created, except that during the pre-deployment and post-deployment, it always tries to use the main database instead of the one I specified in the Deploy - instance name of the data-level application in the properties. I tried using the USE MyDB statement, but it is not supported.
Of course, I would like the pre-deployment and post-deployment scripts to be executed in the current database that I am creating. Any idea?
thanks a lot
Sincerely.
source share