What r the basic needs to join two sources in a source qualifier?

Two sources should have primary and Foreign key relation ships.
Two sources should have matching data types.

Showing Answers 1 - 3 of 3 Answers

rishi

  • Dec 14th, 2005
 

The both the table should have a common feild with same datatype.

Its not neccessary both should follow primary and foreign relationship. If any relation ship exists that will help u in performance point of view.

  Was this answer useful?  Yes

Surendra

  • Apr 9th, 2006
 

Also of you are using a lookup in your mapping and the lookup table is small then try to join that looup in Source Qualifier to improve perf.

Regards

SK

  Was this answer useful?  Yes

Yuvaraj

  • Jan 10th, 2007
 

Both the sources must be from same database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions