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". 下一步,完成。