This document discusses various tools and methods for migrating databases from SQL Server to Azure SQL Database. It describes the DACFx and Import/Export Service which allow exporting databases to BACPAC files and importing them into SQL Database. SQL Server Data Tools is also covered, which provides a model-based approach. Other migration tools mentioned include the generate scripts wizard, BCP, SSIS, and the SQL Database migration wizard. Considerations for the migration such as data size, data types, frequency, and technology proficiency are also discussed.