Server migration to a new on-premise platform—are there alternatives to the Data Migration Assistant?

Tuomas_J 20 Reputation points
2024-10-24T10:10:58.24+00:00

It seems that the Data Migration Assistant is outdated, and Microsoft only offers the SQL Server to Azure option.

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. veerji suther 80 Reputation points
    2024-10-25T02:30:39.9+00:00

    Azure Database Migration Service: This tool helps in migrating databases to Azure, but ably assist also with on-premise migrations.

    SQL Server Integration Services (SSIS): Very good ETL tool that helps in case of data migrations across various sources and destinations.

    Microsoft SQL Server Management Studio (SSMS): Export and import tools are provided as well for the purposes of migration; scripts are also created in the system to facilitate this process.

    Third-Party Tools:

    Redgate Data Compare: best for comparing and synchronizing SQL Server Database.

    Idera SQL Safe Backup: For Data migration and backup efforts can also assist

    DBAtools: a PowerShell modify that offers various SQL Server assistant segments, including migration functions.

    Manual Scripts: In regards to all the export and import requirements, writing MSSQL scripts can also be a successful method, particularly regarding the more advanced Migratory cases.

    Replication Tools: Employing Database replication tools to help with replication of the data during migration tend to come in handy, in this case, the amount of downtime is reduced.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-10-25T01:42:50.5966667+00:00

    Hi @Tuomas_J ,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    Could you please tell us what is the basis for your issue? Could you please share the document with us here? We can get the information from the official documentation:

    User's image

    I hope this helps! If you have any more issues or need further assistance, feel free to share with us!

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    https://docs.microsoft.com/en-us/answers/support/email-notifications

    1 person found this answer helpful.
    0 comments No comments

Your answer

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