Terry,
It sounds like you want to decide whether the data should be inserted or updated depending on whether its primary key already exists in the target table. Is that correct? If so, this article will be of interest to you: http://www.sqlis.com/default.aspx?311">http://www.sqlis.com/default.aspx?311 because it explains exactly how you go about doing that.
To filer data inside a data-flow you should use the conditional split transformation.
I would recommend that you use the following sites as references:
http://www.sqlis.com
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&SiteID=1
http://blogs.conchango.com/jamiethomson
-Jamie
It sounds like you want to decide whether the data should be inserted or updated depending on whether its primary key already exists in the target table. Is that correct? If so, this article will be of interest to you: http://www.sqlis.com/default.aspx?311">http://www.sqlis.com/default.aspx?311 because it explains exactly how you go about doing that.
To filer data inside a data-flow you should use the conditional split transformation.
I would recommend that you use the following sites as references:
http://www.sqlis.com
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&SiteID=1
http://blogs.conchango.com/jamiethomson
-Jamie