i would like to ask how can i export the data from sql server's table to txt file using SSIS.
i can export using flat file connection manager to export to txt file. but the column width is not fixed. how can i fixed the column width same as the sql server's export table?
what is the header row delimiter "{CR}{LF}" stands for?