Hi all,
can anyone help me in developing package with below requirement:
requirement
Excel sheet contains all the emp_ids ..these emp_ids should be searched in Emp DB and return the output to an new excel sheet.
Excel sheet
Emp _ID |
111 |
222 |
33 |
------à SQL Server-------------à Output(another excel sheet)
Emp _ID | NAme |
111 | aaa |
222 | bbb |
33 | cccc |
Whenever package runs output of excel sheet should be with current date.
Input values (ie. Emp_id ) keeps on changing). So It has to be generalised.