Hi all,
I am trying to export from sql table to excel in SSIS
there is an IMEI column in SQL containing data like 123456789123456.
When I export to excel the data is displayed as 1.23E+14.
If I format in excel the cell to number and 0 decimals I get the 123456789123456 back.
My question is what data type in SSIS,precision and scale should I use to format the output correctly.
In SSIS Mappings there is a decimal data type?
Thx,
Ray..
I am trying to export from sql table to excel in SSIS
there is an IMEI column in SQL containing data like 123456789123456.
When I export to excel the data is displayed as 1.23E+14.
If I format in excel the cell to number and 0 decimals I get the 123456789123456 back.
My question is what data type in SSIS,precision and scale should I use to format the output correctly.
In SSIS Mappings there is a decimal data type?
Thx,
Ray..