I am stuck with a scenario in SSIS. I have two table both maintain the referential integrity means one is parent table and another is child. When I insert the some records in parent table then those new records should be insert into child table.
Please share if you have any idea to implement this in SSIS.
From your description I take for granted, that you know WHICH child records have to be cretaed for WHICH master record, so I guess there are basiacally two possibilities.
But basically this sounds bit too easy - guess you tried this out already? So here comes possibility 2: the parent table creates IDs, which have to be referenced by the child records: