codingvista
Programmer
Hi
I have 4 databases of different structure that I need to periodically merge into one, normalized database.
All 5 are SQL Server 2005.
The structure of the sources is basically a flat table that holds user data - they're all slightly different but essentially that's the case. I want to be able to get the distinct departments from the user table in the sources and insert that into the departments table in the destination. Then, get all the users and insert them into the user table in the destination - linking to the department table in the destination to give them a department ID. I think I need to use a lookup but have no idea how to use them.
I am completely new to SSIS and have tried to figure out the best way of doing this.
Anyone able to offer me some pointers?
Cheers
w://
I have 4 databases of different structure that I need to periodically merge into one, normalized database.
All 5 are SQL Server 2005.
The structure of the sources is basically a flat table that holds user data - they're all slightly different but essentially that's the case. I want to be able to get the distinct departments from the user table in the sources and insert that into the departments table in the destination. Then, get all the users and insert them into the user table in the destination - linking to the department table in the destination to give them a department ID. I think I need to use a lookup but have no idea how to use them.
I am completely new to SSIS and have tried to figure out the best way of doing this.
Anyone able to offer me some pointers?
Cheers
w://