A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
Hi Urbel ,
The SSMS Migrate SQL Server → New Assessment” tool only lists user databases and intentionally excludes system‑managed databases like SSISDB. SSISDB is part of the Integration Services catalog and isn’t assessed by the database migration component.
SSIS compatibility and migration are handled separately (for example, by redeploying SSIS projects to the target SSIS Catalog or using SSIS‑specific migration tools), not through the SSMS database assessment wizard. So there’s nothing wrong with your SSMS installation.
https://learn.microsoft.com/en-us/ssms/migrate-sql-server-component
Thanks,
Lakshmi.