How do I copy SQL Azure database to my local development server?

后端 未结 22 1148
抹茶落季
抹茶落季 2020-11-28 01:06

Does anyone know how I can copy a SQL Azure database to my development machine? I\'d like to stop paying to have a development database in the cloud, but it\'s the best way

22条回答
  •  难免孤独
    2020-11-28 01:37

    I just wanted to add a simplified version of dumbledad's answer, since it is the correct one.

    1. Export the Azure SQL Database to a BACPAC file on blob storage.
    2. From inside SQL Management studio, right-click your database, click "import data-tier application".
    3. You'll be prompted to enter the information to get to the BACPAC file on your Azure blob storage.
    4. Hit next a couple times and... Done!

提交回复
热议问题