I cannot extract .sql CREATE TABLEs for each table in my Azure SQL Database in my Azure Repo
Like the question says, how can I do that? This is the script I am currently using through the generation of a .dacpac file, but I’ve seen that this can be done with a powershell script instead of AzureCLI@2?
I cannot extracy .sql CREATE TABLEs for each table in my Azure SQL Database in my Azure Repo
Like the question says, how can I do that? This is the script I am currently using through the generation of a .dacpac file, but I’ve seen that this can be done with a powershell script instead of AzureCLI@2?