Migrate 260 tables from ingres to SQL Server

520 Views Asked by At

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.

2

There are 2 best solutions below

1
PABH On
0
Hadi On

I think that the simplest way is to use the SQL Server Import and Export wizard, since it allows migrating multiple tables in one operation: