I am migrating an ingres database to SQL Server.
This database has 260 tables to migrate.
I usually use SSIS, I create a package for each table, that will be 260 packages, and then I run one by one for SSIS itself.
I would like to know if you have an easier and faster way to do this migration?
Thank you.
You should use SSMA for oracle https://learn.microsoft.com/en-us/sql/ssma/oracle/migrating-oracle-databases-to-sql-server-oracletosql?view=sql-server-2017