Import from a BACPAC file into Azure SQL Database using SQL Server Management Studio
Use a BACPAC to Migrate a SQL Server Database to Azure SQL Database
단계.1 Export to a BACPAC file using SQL Server Management Studio
단계.2 Import from a BACPAC file into Azure SQL Database using SQL Server Management Studio
단계.2 Import from a BACPAC file into Azure SQL Database using SQL Server Management Studio
앞에서 Export 한 BACPAC 파일을 Import하는 방법이다.
작업 전 Azure SQL Database 를 생성을 해야한다.
[참고문서]
SQL Database tutorial: Create a SQL database in minutes using sample data and the Azure portal
https://azure.microsoft.com/en-us/documentation/articles/sql-database-get-started/
SSMS > 개체탐색기 > Azure SQL Database 에 접속한다.
데이터베이스 우측메뉴에서 [Import Data-tier Application(데이터 계층 응용 프로그램 가져오기)]를 클릭한다.
Export 한 경로에서 파일을 선택한다.
데이터베이스 설정.
옵션.
요약.
결과.
완료되었다. 정상적으로 Auto_DB가 Import 되었다.
여기서 잠깐 *.bacpac 파일의 내용의 의미는 ?? 차차 알아보자.
[참고문서]
SQL Database Migration Wizard v3.15.6, v4.15.6 and v5.15.6
http://sqlazuremw.codeplex.com/