MS SQL to azure sql database migration more than "XX" TB data

Subash Raja kumar 1 Reputation point
2021-05-26T05:31:38.1+00:00

MS SQL 2008 to azure SQL database migration more than "XX" TB data

  • What are the things to consider ?
  • Aware about the wizard / backup file can help but how huge data will that be a problem ?
  • please share the suggestions, pricing and timing for migration can imagine.
  • Wants to look for the Comparisons with all options in Azure.
Azure SQL Database
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
494 questions
{count} votes

2 answers

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-05-26T06:19:35.593+00:00

    @Subash Raja kumar Welcome to Microsoft Q&A Forums.

    We have a migration guide to help you with all the options to move your database on SQL Server to Azure SQL Database.
    Comparison of migration options is here

    For migrating large databases, Data Migration Service (DMS) is recommended. A tutorial is here
    There are no charges for using DMS in Standard Tier.
    For Premium compute it is billed at 0.37$ per hour. Pricing details are here

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. AmeliaGu-MSFT 13,961 Reputation points Microsoft Vendor
    2021-05-27T06:10:13.067+00:00

    Hi SubashRajakumar-6070,
    In addition, we can generate a BACPAC in SQL Server, and then import the BACPAC to Azure SQL database. To maximize import speed by providing more and faster resources, scale your database to a higher service tier and compute size during the import process. You can then scale down after the import is successful.

    Please refer to the following articles which might help:
    Migrate an on-premises SQL Server database to an Azure SQL database
    Export a Data-tier Application
    Import a BACPAC file to a database in Azure SQL Database

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments