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

后端 未结 22 1199
抹茶落季
抹茶落季 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条回答
  •  旧时难觅i
    2020-11-28 01:30

    If anyone wants a free and effective option (and don't mind doing it manually) to backup database to Local then use schema and data comparison functionality built into the latest version Microsoft Visual Studio 2015 Community Edition (Free) or Professional / Premium / Ultimate edition. It works like a charm!

    I have BizPark account with Azure and there is no way to backup database directly without paying. I found this option in VS works.

    Answer is taken from https://stackoverflow.com/a/685073/6796187

提交回复
热议问题