Hi @Santo, Nuno
Yes, SSMA assists in migrating the database schema (DDL) to SQL Server-compatible schema and data (DML) from DB2 to SQL Server.
To publish your schema and migrate your data, perform the following steps:
- Publish the schema. On the SQL Server Metadata Explorer pane, right-click the database, and then select Synchronize with Database.
- Migrate the data. On the Db2 Metadata Explorer pane, right-click the schema or object you want to migrate, and then select Migrate Data.
- Provide connection details for both the Db2 and SQL Server instances.
- After the migration is completed, view the Data Migration Report.
- Connect to your SQL Server instance by using SSMS, and then validate the migration by reviewing the data and schema.
Please refer to this doc for more details: Migration guide: IBM Db2 to SQL Server.
Best regards,
Cosmog
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".