0

I have a requirement to copy the azure managed sql service db into an on-premise instance. But when I searched on the topic, I am able to find options for migrating on-premise to azure managed service instance. But not the other way around. Kindly share your thoughts.

Alberto Morillo
  • 13,893
  • 2
  • 24
  • 30
Subramanian
  • 67
  • 1
  • 10

1 Answers1

0

If I understand your question correctly you don't want to synchronize those databases but just copy the database from Azure SQL to on-premises SQL.

In this case, you can simply export the database as a BACPAC file and import it locally.

Christian Vorhemus
  • 2,396
  • 1
  • 17
  • 29