A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
Hi @Urbel ,
Yes, if the target is SQL Server On-Prem - SQL Server On-Prem, DMA 5.8 is not really needed. That version is mainly focused on Azure migrations.
For on-prem migration, use this simple and fully supported method: Follow the bellow steps,
- Install the new SQL Server.
- Take Full Backup from old server.
- Restore it on the new server.
- Set the correct compatibility level.
- Test the application.
If you only need upgrade compatibility check, use DMA in Assessment mode or install an older DMA version that supports SQL Server target.
Thanks,
Akhil.