A
Ash2305
Hi All, hoping you can help me with an unmatched query problem.
I have a linked table, which is identical to a local table, but may contain
new data.
To import this new data I'm looking at using an unmatched query and
appending the data locally.
Unfortunately this isn't working as the unmatched query always returns
whatever is in the linked table, even if it exists in the local table. I
believe this may be due to the number of fields I'm joining, around 45, as I
don't have any problem with just one field.
I've searched around but haven't yet found any indication of a limit to the
number of joins. If anyone can confirm the problem and/or suggest a work
around it would be appreciated.
ps. As a last resort I can forego the use of local tables, however I believe
this will cause performance issues...
I have a linked table, which is identical to a local table, but may contain
new data.
To import this new data I'm looking at using an unmatched query and
appending the data locally.
Unfortunately this isn't working as the unmatched query always returns
whatever is in the linked table, even if it exists in the local table. I
believe this may be due to the number of fields I'm joining, around 45, as I
don't have any problem with just one field.
I've searched around but haven't yet found any indication of a limit to the
number of joins. If anyone can confirm the problem and/or suggest a work
around it would be appreciated.
ps. As a last resort I can forego the use of local tables, however I believe
this will cause performance issues...