How do I copy SQL Azure database to my local development server?(如何将Azure 中的数据库备份到本地)

Now you can use the SQL Server Managerment Studio to do this:

  • Connect to the SQL Azure database. 通过 SQL Server Management Studio 工具连接Azure 数据库
  • Right click the database that you want to copy in Object Explorer. 选中目标数据库右键点击
  • Choose  the option "Task"/ "Deploy Database to Microsoft Azure SQL Database..." 选择“任务/部署数据库到Azure数据库”
  • In the step named "Deployment Settings", select your local database connection and create a new database.连接本地数据库服务器并创建新的数据库
  • "Next" / "Finish". 下一步,完成。

 

 

 

 

posted @ 2018-02-05 15:35  OPIG  阅读(178)  评论(0编辑  收藏  举报
点击这里给我发消息