Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 How to free the reserved space?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-08-05 : 07:16:35
Ball writes "I have a database of a size of 5G (data + index). Yesterday, I deleted about 7 million rows from one table (Totally 10 million rows before deletion). After the delete operation, I found that the size of the database went up 500M.

after I run sp_spaceused on the table, it tells me that about 1G is reserved for that table. For the whole database, about 2.5G are reserved.

Disk space is a big deal for us since they are very expensive RAID disks.

I've checked everywhere and it seems the space allocation is internal to SQL 2000.

However, I still expect some kind of behind-the-door-tricks that can free those reserved space for me. Thanks."

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-08-05 : 12:16:16
You already asked this question:

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=28151[/url]

Tara
Go to Top of Page
   

- Advertisement -