I blow up the 1G web-version database. After I delete, I still cannot insert record. :-(
After check the space used by using
I find the space is still occupied. After run the rebuild index: alter index all on myTable rebuild, the space is reclaimed.
After check the space used by using
select sum(reserved_page_count) * 8.0 / 1024
from sys.dm_db_partition_stats
I find the space is still occupied. After run the rebuild index: alter index all on myTable rebuild, the space is reclaimed.
No comments:
Post a Comment