[progress Communities] [progress Openedge Abl] Forum Post: Re: Pro2: Data In The Ms Sql...

  • Thread starter Thread starter Keith Sudbury
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top