Quote:
|
Originally Posted by J Petruk
v5?
In v8 you can right click on a table in the Control Center and use the "Estimate Size" routine. I can't remember if that existed in v5, though, the v5 Control Center was a completely different (barely useable) animal.
|
Just tinkering, if you use SMS you can select the tableid from SYCAT.TABLES, the container path for the tablespace the table is in should have files like SQL00044.DAT for that id. (ie. in this case, 44).
There may also be .INX (index), LB and LBA (lobs) files. Add up the sizes of all of those.
DMS I don't believe is that easy.