Hi,
I want to import data to a parent and child table from two different csv files.
Csv file for the parent table have got the primary key(integer) field and child have the forien key . My problem is that the last primary key value in the parent table may not match with the new ones . So i need to create ID's on import . IS there any way to relate these two tables in this manner using dts package.
Thanks
Anuja
I want to import data to a parent and child table from two different csv files.
Csv file for the parent table have got the primary key(integer) field and child have the forien key . My problem is that the last primary key value in the parent table may not match with the new ones . So i need to create ID's on import . IS there any way to relate these two tables in this manner using dts package.
Thanks
Anuja
Comment