I have an SSIS package that retrieves data using an SQL command from a database and then generates a delimited text file 1452kb
I run the same request in SSMS and the generated text file, which 1499kb
Both data give the same number of lines, which may be the reason for the difference in file size and ways to solve this problem.
source
share