Author |
Topic |
jscot
Posting Yak Master
106 Posts |
Posted - 2010-11-14 : 17:59:01
|
Hi all gurus!I need advise. I have three different source i.e Table "A"ID,LNAME,FNAMETABLE "B"E.MAIL,ADD,CITYTABLE "C"STATE,ZIP,PHand my Target table is Table "Target"ID,CITY,PH,LNAME.Note:- I don't have any connection b/w source tables. How can i Handle this issue in SSIS. OR How i can join all tables in SQL. "Table "A" + Table "B" + Table "C" in one new table "Table "Source" and then use one source and one target. Thanks in advance. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jscot
Posting Yak Master
106 Posts |
Posted - 2010-11-15 : 20:39:47
|
Thanks for your reply. I don't want to link them, i just want to use only source table and one target table. Its easy for me populate my tables. Any advise? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jscot
Posting Yak Master
106 Posts |
Posted - 2010-11-17 : 22:21:11
|
You are 200% right, finally i find out the link. Now my question is How i can join two table to make one source table. For example:-Table "A"ID,LNAME,FNAME => Total Rows = 35TABLE "B"E.MAIL,ADD,CITY,ID => Total Rows = 175TABLE "C"STATE,ZIP,PH,ID => Total Rows = 85End Result should be like this:-Source TableID,Ph,EMAIL,LNAMENote:- I want to create a physical table. Thanks for your help.Please let me know if my question is not clear! |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jscot
Posting Yak Master
106 Posts |
Posted - 2010-11-17 : 23:28:42
|
You are the Man! Thanks for your Prompt Reply and Help! |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jscot
Posting Yak Master
106 Posts |
Posted - 2010-11-18 : 22:32:39
|
ohhh sorry!. |
|
|
|