I need to move all the data of a production database to its staging version. These 2 databases are Azure SQL Databases from 2 different resource groups.
I have read some guides on how to achieve this exporting and importing .bacpac files, but this approach doesn't allow to import into an existing database.
I'm looking for a way for migrating the data without creating a new database, but targeting the already existing one.