R
Rob Fitzpatrick
Guest
Do you mean in the source database, from which you take the backup? You can get an idea of physical size by iterating over _area and _areastatus to get the area sizes. _area._area-blocksize has the database block size for the area (it is the same for all data storage areas but can be different for the BI file). _areastatus._areastatus-totblocks has the total area size in blocks; _areastatus._areastatus-hiwater has the area HWM in blocks. Multiply by block size to get size in bytes.
Continue reading...
Continue reading...