Hi,
I'm trying to import data from excel into sql db. I have an excel source and an UNPIVOT operator and finally the OLEDB Destination. The incoming data is in the following format pic(2) and in the pic (1) after using the UNPIVOT operator and loading the data into sql db. How can i see the same exact format as in excel in my table in the sql db?If you see in the excel for 10AM i have the valu as 200.00% but when i load it into the table i can only see the value 2. The data type for UTILIZATION is FLOAT. Please need help.
Thanks