CrystalUser1
Programmer
Hi,
I created a DTS Package to migrate the data from one database to another database.
I need to migrate the data from source database which has two tables to destination database which has only one table.
source database tables
Employee table
ID
Name
Address Table
ID
Address
Destination DAtabase Table:
Employee
ID
Name
Address
I want to migrate the data from the two tables to one table. how to write the join query in the Execute Task or Transform Data Tasks?
where Employee.ID=Address.ID
please help.
thanks
I created a DTS Package to migrate the data from one database to another database.
I need to migrate the data from source database which has two tables to destination database which has only one table.
source database tables
Employee table
ID
Name
Address Table
ID
Address
Destination DAtabase Table:
Employee
ID
Name
Address
I want to migrate the data from the two tables to one table. how to write the join query in the Execute Task or Transform Data Tasks?
where Employee.ID=Address.ID
please help.
thanks