Sorry about this late reply but after your response I did go out and run the
query used by the dts and did not get any duplicates (see query below with
modification to look for duplicates)
SELECT evWLlegalintake.event_id
FROM evWLlegalintake
GROUP BY evWLlegalintake.event_id
HAVING (COUNT(*) > 1)
jhofmeyr (AT) googlemail (DOT) com wrote:
Quote:
Hi Jay,
You say "I created a query to look to duplicate primary keys ..." -
but did you run the exact query that DTS is using? If not, try that
and let us know the outcome.
Good luck!
J |
--
Jay
Message posted via http://www.sqlmonster.com