I am currently trying to merge three tables into a single table using SSIS. I can merge two but adding the third table is whats giving me problems. Has anyone performed this task before. If so any help would be appreciated.
you can only merge 2 tables per task. So to merge 3 tables you Merge 2 then take the output of your first merge and use it as one of the inputs of your second merge. Be very careful of your sort orders to make sure that the correct columns are being joined on.
Paul
---------------------------------------
Shoot Me! Shoot Me NOW!!!
- Daffy Duck
What if the tables dont have any common column on which to join the tables. Basically having 3 tables that dont have any fk relationships between them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.