I have SSIS package which conains XML Source that gives output to two OLE DB Destination, first one is the parent table and second destination is the child table. Both are eanbled with Identity Specification. When i run the package in the parent table primary key auto increments but in the child table the foreign key is not inserted (only null). Any suggestions please Representation of my DataFlow
> XML Source ---------> OLE DB Destination (Mapped to Parent table)
> |
> ---------> OLE DB Destination (Mapped to child table)