B
Binta Patel
I would like to create an inner join query on 2 tables
that are linked. The tables reside in 2 different
databases. Database1 has table1 that has a key of
XHolder and Database2 has tbale2 that has a key of
XHolder. I only want the records from table2 that match
table1. Table1 has about 5 records and from table 2 it
should return about 700 records. When I run this over
the network the entire process takes about 15 minutes and
would also like to speed it up. Any other suggestions as
to how to do would be appreciated.
that are linked. The tables reside in 2 different
databases. Database1 has table1 that has a key of
XHolder and Database2 has tbale2 that has a key of
XHolder. I only want the records from table2 that match
table1. Table1 has about 5 records and from table 2 it
should return about 700 records. When I run this over
the network the entire process takes about 15 minutes and
would also like to speed it up. Any other suggestions as
to how to do would be appreciated.