We have a table w/ a column defined as TEXT. We delete thousands of rows from this table each day.
Is the SPACE reclaimed upon DELETE --or-- only upon a SHRINK --or-- does the table have to be physically DROPped and reCREATEd to reclaim the space?
thx in advance
BT