Hi,
Need to import data form one table to another.
Note : Both table have different schema.
Lets say 1. Employee(Empid, ename,address,designation,Joindate,DOB).
2.Person(name,address,DOB)
I need to import person table data into Employee table.
Note : 1 empid is auto increment
2. If Person.DOB is not present insert null into employee.DOB
3.JoinDate should be initialized with current date.
Please suggest. Currently I am using 1.OLE DB Source 2.Data Conversion 3.OLE DB Destination.
Thanks,
Vikash Kumar