What is the best KIND OF
File Connection Manager (To connect from destination task within Data Flow) to use to output result of sql statement to .CSV file?
Also, can leading zeros from int or char(n) columns be preserved in the output .CSV files?
(without using any single or double quotes to encase the string like 0053. (it turns to 53) 🙁
)