Sorry paul, I feel very silly my newsreader did not show your reply.
"Paul Ibison" <Paul.Ibison@Pygmalion.Com> wrote in message
news:3267D2D6-2C03-49CA-B92B-E6589B09A44E@microsoft.com:
> Here's the SSIS newsgroup:
>
http://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.sqlserver.integrationsvcs&lang=en&cr=US >
> To answer your question - as both the tables exist in the same database, I
> wouldn't use a complex process for this. Seems more like an ExecuteSQL task
> with some simple TSQL in it. You can join the two tables using an outer
> join/"NOT IN"/EXCEPT query to isolate those rows not yet added. To find rows
> existing in both tables, you use an "IN" subquery/inner join/INTERSECT. If
> you post up the schema for the tables I'll write the queries for you if
> you're having problems.
>
> Cheers,
>
> Paul Ibison