I have a nightly process that creates a file from accounts that reside in two different databases. There can be the occasion where an item is contained in both databases.
First they are written to a table that is "indexed with no dupes". Wouldn't the same account from the second process be rejected because no dupes allowed.
First they are written to a table that is "indexed with no dupes". Wouldn't the same account from the second process be rejected because no dupes allowed.