Newbie to SSIS -
I can successfully export a dataset to Excel,
but all values in workbook are text.
examles =
"Dept_Number" is ok to be text
"Tasks_Completed" needs to be numeric, so it can be summed
I have the DataFlow as
OLEDB to DataConversion (STR and NUMERIC) to ExcelDestination
Suggestions on what options I need to set to make column be numeric not text?
Thx