K
Keith Sudbury
Guest
Keep in mind that the 57.6M reported by proutil is the total size of the rows and not how many blocks are required to store the data. The odds are pretty decent (99.9%) that more than 57.6M of space is being used to store that table in OpenEdge. sp_spaceused will show the entire footprint for a table... including reserved pages for future use (think Type II Area cluster size). If you posted the entire output from sp_spaceused I would have a better idea of where the space is being used.
Continue reading...
Continue reading...