WindowsAzure バックアップを作成しようとしましたが、データなしでテーブル構造のみを作成するため、成功しませんでした。これは私が従った手順です:
1.Select the database you want to back up in new portal of windows azure https://manage.windowsazure.com
2.In the footer you will have an option to import/export. Click export. This opens a modal popup. Select the storage account you want to use and type in a appropriate name to save the *.bacpac file.
3.Once the file is saved to storage, download it to local, open sql server 2012 management studio. Select the database server. Right click on it and in the context menu you will find Import Data-Tier Application. Select the bacpac file from you local and follow the settings.
バックアップを作成してデータを保存するにはどうすればよいですか?