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

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

    Copy Azure database data to local database: Now you can use the SQL Server Management Studio to do this as below:

    • Connect to the SQL Azure database.
    • Right click the database in Object Explorer.
    • Choose the option "Tasks" / "Deploy Database to SQL Azure".
    • In the step named "Deployment Settings", connect local SQL Server and create New database.

    enter image description here

    "Next" / "Next" / "Finish"

提交回复
热议问题