I have migrated the on premise database to Azure SQL Database using SSMS. For any upgrades required to the database objects like table, stored procedure, I am connecting back to the SQL Azure using SSMS and executing the change script manually.
For on premise database, I used DbDeploy.net 2 for automating the execution of sql changes.
DbDeploy.net 2 also supports SQL Azure database also.
For SQL Azure database, what is the best way to manage the automation of the deployment of sql changes.
Is there anyway to leverage VSTS here.
Can anyone help me to resolve this issue?