SQL Server 2000 Export File Larger than The Import File it is based on! -
12-16-2005
, 07:06 PM
Hello, I have a text file that is 27 megs. I import it into a single
SQL server varchar field and delete some rows that aren't properly
delimited. I then output the file to a new text file. The text file
comes out 405 megs! I have tried shrinking the size of the varchar
field and change nvarchar to varchar but the file came out exaclty the
same size. Why is less text that was contained in the original file
creating a larger text file than the original!?
Thanks!
Ryan |