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

后端 未结 22 1218
抹茶落季
抹茶落季 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:45

    You can try with the tool "SQL Database Migration Wizard". This tool provide option to import and export data from azure sql.

    Please check more details here.

    https://sqlazuremw.codeplex.com/

提交回复
热议问题