Hi Here I am transfering data from excel file to Database file in SSIS2008r2 using package in BIDS
my input:
I have an Excel File as shown below
Emp_name Salary
ram 60k
sam 45K
my output:
i want table as shown below
Emp_name Salary
ram 60000
sam 45000
please guide me how to do scripting for the above challege, please let know any other ways to completes this job
Thanks
Sekhar C