Just a quick question. Pretty sure I know the answer, but I thought I'd best ask 
We have a table with BLOBS in that is bloating our database. We have worked out that a massive number of these record are duplicates and have worked out a way of removing them. I'm currently testing this, and one of the things I'm interested in seeing is how much space it saves us. I've deleted the physical records in my development environment, but of course that makes no difference to the db size.
Is there a way I can compact a storage area without a dump and load? Also, whilst I'm at it, what is going to be the best way to dump and load? My dev DB is on a USB 2 drive so it's not the quickest!
Edit: Progress 11.2.1 on Win7.

We have a table with BLOBS in that is bloating our database. We have worked out that a massive number of these record are duplicates and have worked out a way of removing them. I'm currently testing this, and one of the things I'm interested in seeing is how much space it saves us. I've deleted the physical records in my development environment, but of course that makes no difference to the db size.
Is there a way I can compact a storage area without a dump and load? Also, whilst I'm at it, what is going to be the best way to dump and load? My dev DB is on a USB 2 drive so it's not the quickest!

Edit: Progress 11.2.1 on Win7.