Estimate FlatFile Size [message #584092] |
Wed, 08 May 2013 10:26 |
deepa_balu
Messages: 74 Registered: March 2005
|
Member |
|
|
Hi,
We are planning to export the table data to a file pipedelimited.
How do i estimate the size of the FlatFile based on the table size? or avg rowlength
Please help.
|
|
|
|
|
Re: Estimate FlatFile Size [message #584099 is a reply to message #584092] |
Wed, 08 May 2013 11:57 |
|
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Sum the maximum length of each column add the number of columns and multiply the result by the number of rows.
Regards
Michel
|
|
|