Share via

Migrating Large Size scale Database

Urbel 605 Reputation points
2026-02-24T02:50:57.9666667+00:00

Hi all,

what is alternative method to migrating side by side large size Database

thanks for all reply

regards,

Urbel

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.


Answer recommended by moderator

Urbel 605 Reputation points
2026-04-16T06:32:07.16+00:00

Hi all,

thanks for its valued respond,

the database is on -premise and plan to migrate to on-premise, the size of Database is almost 10TB and my organization tolerance for downtime, what is technology will be used, I need to know from you of all...

great thanks

warm regards,

UrBel

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 134.4K Reputation points MVP Volunteer Moderator
    2026-04-16T20:50:19.1033333+00:00

    the database is on -premise and plan to migrate to on-premise, the size of Database is almost 10TB and my organization tolerance for downtime, what is technology will be used, I need to know from you of all...

    BACKUP/RESTORE would be the normal thing to do. To reduce downtime, first restore a full backup with NORECOVERY, and then do log shipping until the cutover.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-02-24T02:51:34.6866667+00:00

    For migrating large size databases side by side, one alternative method is to use the Azure Database Migration Service. This fully managed service enables seamless migrations from multiple database sources to Azure data platforms with minimal downtime. It is particularly useful for large-scale migrations as it supports various database types and can handle significant data volumes efficiently.

    Additionally, you can consider using the Azure Data Factory pipeline feature for offline migrations. This method is suitable for large data sizes and allows you to migrate data from on-premises databases to Azure SQL Database or SQL Server on Azure VM. It involves creating a data factory or using an existing one, configuring the necessary integration runtime, and monitoring the migration process through the Azure portal.

    Both methods provide robust options for managing large database migrations effectively.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.