Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
inbs
Aged Yak Warrior
860 Posts |
Posted - 2008-08-01 : 01:38:47
|
I develop In SSIS,and i prefer to write T_SQL,if i opertaion like Join and i can do it in (Execute SQL Task) OR In MERG JOIN ,I must to do it with the Merge Join (SSIS Components) or i can write T_SQL?thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-08-01 : 13:09:50
|
You can use Execute SQL if the tables involved are in same server as SQL task always depends on a db connection. However when you want to join data coming from different servers then you need to use merge join. it simply joins the data from input paths based on fields selected. |
 |
|
|
|
|