├── .gitignore ├── LICENSE ├── README.md ├── SECURITY.md └── Whitepapers ├── ADLS-Notification-and-Alerting-Guidelines.pdf ├── Azure Synapse DW Pool Best Practices & Field Guidance.pdf ├── Azure VM - Oracle 12c on Linux - Configuration Steps.pdf ├── Big Data Platform Assessment.pdf ├── Bug Free Polybase Load Method.pdf ├── Considerations of Data Partitioning on Spark during Data Loading on Clustered ColumnStore Index.pdf ├── Cost Optimization on Azure.pdf ├── DB2 PureScale on Azure.pdf ├── DataStage Configuration Steps - Azure Synapse Analytics.pdf ├── Database migrations - Benchmarks and Steps to Import to Azure SQL DB Single Database from BACPAC.pdf ├── Database migrations to Azure SQL DB Managed Instance - Restore with Full and Differential backups.pdf ├── DevOps For Big Data Platform on Azure.pdf ├── Getting Started with Azure Cosmos DB Graph.pdf ├── Getting Started with SQL Server Graph.pdf ├── Getting table sizes in SQL DW.pdf ├── GettingStartedWithHBase-ArchitectureGuidelinesAndImplementationBestPractices.pdf ├── HBaseBulkLoader-UsingHiveToHBaseIntegrationApproach.pdf ├── Hive-Spark (Parquet) vs Azure Databricks Delta.pdf ├── How to Install & configure MSSQL-Scripter & Python.pdf ├── How to Set up Azure Automation.pdf ├── Migrating from Teradata to Azure SQL Data Warehouse v1.2.pdf ├── Migrating on premises databases to Azure MI using Azure Database Migration Service.pdf ├── MongoDB to Cosmos DB Migration via Azure Databricks.pdf ├── Netezza to SQL DW - Recommended Datatype Mapping.pdf ├── OnPremise SQL Server to Azure VM.pdf ├── Optimization Guide for Mainframe App and Data recompiled to .NET and SQL Server.pdf ├── Oracle to Azure Database for PostgreSQL Migration Cookbook.pdf ├── Oracle to Azure Database for PostgreSQL Migration Workarounds.pdf ├── Oracle to Azure PostgreSQL Migration Cookbook.pdf ├── Oracle to Azure PostgreSQL Migration Workarounds.pdf ├── Oracle to SQL Server Migration Handbook v 2.0.docx ├── Oracle to SQL Server Migration Handbook.pdf ├── Performance Best Practices in Mainframe Migration to .NET and SQL Server.pdf ├── ProvisionEnterpriseSecurityPackagEnabledHDInsightCluster-Version1.0.pdf ├── Reference Lambda Architecture for Big Data Platform in Azure.pdf ├── SQL Server Deployment in Azure .pdf ├── SQL Server Replication as a tool to migrate very large databases.pdf ├── SSMA issues and workarounds when migrating Oracle database.pdf ├── Security Architecture For Big Data Platform on Azure.pdf ├── Step-by-Step Guide to Install Hybrid DMS.pdf ├── Step-by-Step guide to install ora2pg on Linux.pdf ├── Step-by-Step guide to install ora2pg on Windows.pdf ├── Steps to Configure and Run Azure Data Sync.pdf ├── Steps to Install ora2pg on Windows and Linux.pdf ├── Steps to Run Attunity Replicate for Microsoft Migrations v1.0.pdf ├── Steps to Run Attunity Replicate for Microsoft Migrations.pdf ├── Steps to Run SSMA for Oracle - Including Data Migration v1.0.pdf ├── U-SQL - Performance optimization.pdf ├── U-SQL - Table design, incremental data load, and partition management.pdf ├── Using an Managed Identity from SSIS on an Azure IaaS VM.pdf └── ora2pg.conf.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Whitepapers/ADLS-Notification-and-Alerting-Guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/ADLS-Notification-and-Alerting-Guidelines.pdf -------------------------------------------------------------------------------- /Whitepapers/Azure Synapse DW Pool Best Practices & Field Guidance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Azure Synapse DW Pool Best Practices & Field Guidance.pdf -------------------------------------------------------------------------------- /Whitepapers/Azure VM - Oracle 12c on Linux - Configuration Steps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Azure VM - Oracle 12c on Linux - Configuration Steps.pdf -------------------------------------------------------------------------------- /Whitepapers/Big Data Platform Assessment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Big Data Platform Assessment.pdf -------------------------------------------------------------------------------- /Whitepapers/Bug Free Polybase Load Method.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Bug Free Polybase Load Method.pdf -------------------------------------------------------------------------------- /Whitepapers/Considerations of Data Partitioning on Spark during Data Loading on Clustered ColumnStore Index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Considerations of Data Partitioning on Spark during Data Loading on Clustered ColumnStore Index.pdf -------------------------------------------------------------------------------- /Whitepapers/Cost Optimization on Azure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Cost Optimization on Azure.pdf -------------------------------------------------------------------------------- /Whitepapers/DB2 PureScale on Azure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/DB2 PureScale on Azure.pdf -------------------------------------------------------------------------------- /Whitepapers/DataStage Configuration Steps - Azure Synapse Analytics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/DataStage Configuration Steps - Azure Synapse Analytics.pdf -------------------------------------------------------------------------------- /Whitepapers/Database migrations - Benchmarks and Steps to Import to Azure SQL DB Single Database from BACPAC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Database migrations - Benchmarks and Steps to Import to Azure SQL DB Single Database from BACPAC.pdf -------------------------------------------------------------------------------- /Whitepapers/Database migrations to Azure SQL DB Managed Instance - Restore with Full and Differential backups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Database migrations to Azure SQL DB Managed Instance - Restore with Full and Differential backups.pdf -------------------------------------------------------------------------------- /Whitepapers/DevOps For Big Data Platform on Azure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/DevOps For Big Data Platform on Azure.pdf -------------------------------------------------------------------------------- /Whitepapers/Getting Started with Azure Cosmos DB Graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Getting Started with Azure Cosmos DB Graph.pdf -------------------------------------------------------------------------------- /Whitepapers/Getting Started with SQL Server Graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Getting Started with SQL Server Graph.pdf -------------------------------------------------------------------------------- /Whitepapers/Getting table sizes in SQL DW.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Getting table sizes in SQL DW.pdf -------------------------------------------------------------------------------- /Whitepapers/GettingStartedWithHBase-ArchitectureGuidelinesAndImplementationBestPractices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/GettingStartedWithHBase-ArchitectureGuidelinesAndImplementationBestPractices.pdf -------------------------------------------------------------------------------- /Whitepapers/HBaseBulkLoader-UsingHiveToHBaseIntegrationApproach.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/HBaseBulkLoader-UsingHiveToHBaseIntegrationApproach.pdf -------------------------------------------------------------------------------- /Whitepapers/Hive-Spark (Parquet) vs Azure Databricks Delta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Hive-Spark (Parquet) vs Azure Databricks Delta.pdf -------------------------------------------------------------------------------- /Whitepapers/How to Install & configure MSSQL-Scripter & Python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/How to Install & configure MSSQL-Scripter & Python.pdf -------------------------------------------------------------------------------- /Whitepapers/How to Set up Azure Automation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/How to Set up Azure Automation.pdf -------------------------------------------------------------------------------- /Whitepapers/Migrating from Teradata to Azure SQL Data Warehouse v1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Migrating from Teradata to Azure SQL Data Warehouse v1.2.pdf -------------------------------------------------------------------------------- /Whitepapers/Migrating on premises databases to Azure MI using Azure Database Migration Service.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Migrating on premises databases to Azure MI using Azure Database Migration Service.pdf -------------------------------------------------------------------------------- /Whitepapers/MongoDB to Cosmos DB Migration via Azure Databricks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/MongoDB to Cosmos DB Migration via Azure Databricks.pdf -------------------------------------------------------------------------------- /Whitepapers/Netezza to SQL DW - Recommended Datatype Mapping.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Netezza to SQL DW - Recommended Datatype Mapping.pdf -------------------------------------------------------------------------------- /Whitepapers/OnPremise SQL Server to Azure VM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/OnPremise SQL Server to Azure VM.pdf -------------------------------------------------------------------------------- /Whitepapers/Optimization Guide for Mainframe App and Data recompiled to .NET and SQL Server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Optimization Guide for Mainframe App and Data recompiled to .NET and SQL Server.pdf -------------------------------------------------------------------------------- /Whitepapers/Oracle to Azure Database for PostgreSQL Migration Cookbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to Azure Database for PostgreSQL Migration Cookbook.pdf -------------------------------------------------------------------------------- /Whitepapers/Oracle to Azure Database for PostgreSQL Migration Workarounds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to Azure Database for PostgreSQL Migration Workarounds.pdf -------------------------------------------------------------------------------- /Whitepapers/Oracle to Azure PostgreSQL Migration Cookbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to Azure PostgreSQL Migration Cookbook.pdf -------------------------------------------------------------------------------- /Whitepapers/Oracle to Azure PostgreSQL Migration Workarounds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to Azure PostgreSQL Migration Workarounds.pdf -------------------------------------------------------------------------------- /Whitepapers/Oracle to SQL Server Migration Handbook v 2.0.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to SQL Server Migration Handbook v 2.0.docx -------------------------------------------------------------------------------- /Whitepapers/Oracle to SQL Server Migration Handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Oracle to SQL Server Migration Handbook.pdf -------------------------------------------------------------------------------- /Whitepapers/Performance Best Practices in Mainframe Migration to .NET and SQL Server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Performance Best Practices in Mainframe Migration to .NET and SQL Server.pdf -------------------------------------------------------------------------------- /Whitepapers/ProvisionEnterpriseSecurityPackagEnabledHDInsightCluster-Version1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/ProvisionEnterpriseSecurityPackagEnabledHDInsightCluster-Version1.0.pdf -------------------------------------------------------------------------------- /Whitepapers/Reference Lambda Architecture for Big Data Platform in Azure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Reference Lambda Architecture for Big Data Platform in Azure.pdf -------------------------------------------------------------------------------- /Whitepapers/SQL Server Deployment in Azure .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/SQL Server Deployment in Azure .pdf -------------------------------------------------------------------------------- /Whitepapers/SQL Server Replication as a tool to migrate very large databases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/SQL Server Replication as a tool to migrate very large databases.pdf -------------------------------------------------------------------------------- /Whitepapers/SSMA issues and workarounds when migrating Oracle database.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/SSMA issues and workarounds when migrating Oracle database.pdf -------------------------------------------------------------------------------- /Whitepapers/Security Architecture For Big Data Platform on Azure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Security Architecture For Big Data Platform on Azure.pdf -------------------------------------------------------------------------------- /Whitepapers/Step-by-Step Guide to Install Hybrid DMS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Step-by-Step Guide to Install Hybrid DMS.pdf -------------------------------------------------------------------------------- /Whitepapers/Step-by-Step guide to install ora2pg on Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Step-by-Step guide to install ora2pg on Linux.pdf -------------------------------------------------------------------------------- /Whitepapers/Step-by-Step guide to install ora2pg on Windows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Step-by-Step guide to install ora2pg on Windows.pdf -------------------------------------------------------------------------------- /Whitepapers/Steps to Configure and Run Azure Data Sync.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Steps to Configure and Run Azure Data Sync.pdf -------------------------------------------------------------------------------- /Whitepapers/Steps to Install ora2pg on Windows and Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Steps to Install ora2pg on Windows and Linux.pdf -------------------------------------------------------------------------------- /Whitepapers/Steps to Run Attunity Replicate for Microsoft Migrations v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Steps to Run Attunity Replicate for Microsoft Migrations v1.0.pdf -------------------------------------------------------------------------------- /Whitepapers/Steps to Run Attunity Replicate for Microsoft Migrations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Steps to Run Attunity Replicate for Microsoft Migrations.pdf -------------------------------------------------------------------------------- /Whitepapers/Steps to Run SSMA for Oracle - Including Data Migration v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Steps to Run SSMA for Oracle - Including Data Migration v1.0.pdf -------------------------------------------------------------------------------- /Whitepapers/U-SQL - Performance optimization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/U-SQL - Performance optimization.pdf -------------------------------------------------------------------------------- /Whitepapers/U-SQL - Table design, incremental data load, and partition management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/U-SQL - Table design, incremental data load, and partition management.pdf -------------------------------------------------------------------------------- /Whitepapers/Using an Managed Identity from SSIS on an Azure IaaS VM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/Using an Managed Identity from SSIS on an Azure IaaS VM.pdf -------------------------------------------------------------------------------- /Whitepapers/ora2pg.conf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/DataMigrationTeam/HEAD/Whitepapers/ora2pg.conf.pdf --------------------------------------------------------------------------------