Marysa
Ten Centuries
Points: 1023
More actions
October 22, 2004 at 8:00 am
#102245
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?
Steve Jones - SSC Editor
SSC Guru
Points: 736210
October 22, 2004 at 11:04 am
#527698
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