January 13, 2011 at 12:45 am
table 1 (db1)
----------------------
id | name
----------------------
1 | a
2 | b
3 | c
4 | d
5 | e
------------------
table t2(db1)
------------------------
id2
------------------------
6
7
8
9
10
------------------------
both these tables are in MSSQL server 2008 database(one database say db1)
how to merge both tables(using ssis package) to get result like
table t3(db1)
------------------------
id | name |id2
------------------------
1 |a |6
2 |b |7
3 |c |8
4 |d |9
5 |e |10
------------------------
plz hlp me.......
[font="Verdana"]SRIHARI(:~[/font]
January 13, 2011 at 2:41 am
What's the relationship between the two tables?
January 13, 2011 at 2:44 am
thanks for replay
no relation ship exits between those tables.....
[font="Verdana"]SRIHARI(:~[/font]
January 13, 2011 at 3:20 am
If there's no relationship then how do you know whether or not you have correct results? You could just merge the tables, but you can't g/tee the results.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply