DB1이라는 온프레미스 Microsoft SQL Server 데이터베이스가 있습니다. DMA(Data Migration Assistant)를 사용하여 DB1을 DB2라는 Azure SQL 데이터베이스로 마이그레이션할 계획입니다. 무엇이 이전되나요?
정답: B
The Data Migration Assistant (DMA) primarily migrates SQL Server databases. It helps assess and migrate on-premises SQL Server databases to newer versions of SQL Server or to Azure SQL Database. Specifically, DMA moves the schema, data, and uncontained objects from a source server to a target server. The migration workflow helps you to migrate the following components: Schema of databases Data and users Server roles SQL Server and Windows logins Reference: https://learn.microsoft.com/en-us/sql/dma/dma-overview?view=sql-server-ver17