I have a requirement to create SQL tables in the Azure SQL Database and then load the data to those tables from CSV files in the Blob storage. The tables needs to created and then dropped after the completion of process.
We usually use the dacpac to deploy the database objects from Azure Devops pipeline. Is there a way to execute these dacpac from ADF? or Is there any activity in the Azure Data Factory v2 to execute the scripts, if I maintain these scripts in the storage?
Any suggestions are much appreciated!