Skip to main content

Monitor Progress of Azure Database Operation

These database operations



  • Create database
  • Copy database. Database Copy creates a record in this view on both the source and target servers.
  • Alter database
  • Change the performance level of a service tier
  • Change the service tier of a database, such as changing from Basic to Standard.
  • Setting up a Geo-Replication relationship
  • Terminating a Geo-Replication relationship
  • Restore database
  • Delete database

can be monitored using the 



sys.dm_operation_status


in the master database



Comments