|
On Jan 11, 2015, at 6:25 PM, PaultinNZ wrote:
I have a table that is replicated from SysA to SysB.Some further info.
The table on SysB is not in sync with the origin table on SysA -
there are records missing on SysB.
<<SNIP>>
I'm trying to do a select with EXCEPT to get back rows that do not
exist in SysB.
Look forward to any suggestions.
Here's what I currently get:
select * from Localhost.jnzprddta.f0911
except
select * from Remotehost.jnzprddta.f0911
-- Statement references objects in multiple databases.
And as the F0911 is a pretty large table I don't want to copy it over
into a working temp table.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.