dbTalk Databases Forums  

SSIS: Why is a primary key killing the data flow?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS: Why is a primary key killing the data flow? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian
 
Posts: n/a

Default SSIS: Why is a primary key killing the data flow? - 03-17-2006 , 04:57 PM






I'm using a very dataflow setup in SSIS. It has one OLE DB source (remote
databse, openlink odbc driver) and one OLE DB Destination (local database).

I'm trying to grab unique data in a very conservative overlapping window.
My table has a unique key which should prevent the same data from being
imported multiple times. But the key causes the import to fail. In other
words, I'm pulling in the data many times and depending on keys to only grab
the newest records.

Each time I execute, the data is retrieved but not inserted into the local
table. I have changed "fail component" to "ignore failure" in every
location I could find. It hasn't made a difference.

What am I doing wrong?

Thanks!
Brian



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.