ie: SELECT one * two FROM table
In the SSIS wizard the data preview for this shows up as it should, with the column data in floating point form. However after actually importing the data, all the numbers get imported as integers even though they are going into a floating point column.
Any ideas how to get around this?
Thanks
Try explicitly casting them as a float in the SELECT.
No comments:
Post a Comment