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 |
rookie_sql
Constraint Violating Yak Guru
443 Posts |
Posted - 2008-02-21 : 06:51:19
|
Hi i have data on a Server in a different database which i like to access from within my ssis job.I just need to look up information from one table on this database so i can references it. Is there a way of doing this is SSIS. Rather then me having to load the data from one database to another as the data may change. i tried having 2 sources of data feed into a look up but that does not work.. |
|
dineshasanka
Yak Posting Veteran
72 Posts |
Posted - 2008-02-21 : 11:10:39
|
You can do this by using a lookup data flow task.In the lookup you can configure seperate database connection which is not depending on source---------------------http://dineshasanka.spaces.live.com/ |
 |
|
|
|
|