how can i calculate the maximum amount of bytes that can be occupied by a table row. The table might not have any data in it, i'm looking for a calculation based on the data types used for columns.All i found so far was algorithms to estimate the average size for existing rows. i'm trying to spool the contents of some of my tables to flat files,