average row size....

  • is there a command or storedproc that can tell me the average row size (in bytes) of a table...or even the byte size of the table itself?

  • Task view in EM should give you table size. sp_help gives all columns. For varchar, select avg(len(col)) from the table.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply