Hi,
We've got a multiple access databases each having 28 tables.
There are at least a total of 12 access database coming from different places.
The only common to these 12 database access are that they have the same table schema.
Each table has their own primary key that sets each record unique in its own containing access database.
The SQL server database will have the same schema as the access database.
I want to load and integrate all data table from 12 different access database into one sql database using one SSIS package.
Since each has their own data with primary key and each database access doesn't know the data from one another I am certain that some of the data might collide or overwritten by another since some of the table will have similar primary key.
I don't want them to override each other when moving the data to the sql server.
Anything I need to add/modify in the SQL to prevent colliding or overwriting one another?
How do I approach the SSIS package?
I probably need to assign new primary for each table.
Does anyone know how I can approach loading and integrating my different data access to the sql server using ssis package?
Thanks,
Roland
Open in new window