SSIS : Using multicast to enter data into 2 RELATED destinations

前端 未结 4 475
攒了一身酷
攒了一身酷 2021-01-13 20:46

I am new to SSIS. I have data coming from a single source. I need to enter that data into several tables (these tables are related by foreign key relationships). I am usi

4条回答
  •  无人共我
    2021-01-13 21:43

    The other way to overcome The INSERT statement conflicted with the FOREIGN KEY constraint ... error while inserting into two related tables with Multicast is to clear option Check constraints for dependent OLE DB Destination:

提交回复
热议问题