Hi Team,
I have the below requirment like
lets say i have 10 records in Source table and needs to load this records into destination one by one. After loading the first record from soruce to destination, I should take the identity value of that destination column and insert into another table, this process should done for all the records in source.
Please help me with query.