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 2005 Forums
 SQL Server Administration (2005)
 Reduce DB Size

Author  Topic 

amarmano
Starting Member

3 Posts

Posted - 2011-07-21 : 11:49:49
I have a huge database of size 250GB but i want to reduce the size of the database, have deleted millions of records from the databse expected huge size gain but i see hardly 4gb space gain so far. I would like know the steps to be followed to reduce db size and gain disk space after deleting the transactional records from the huge tables.

Regds,
Amar

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2011-07-21 : 12:12:45
What recovery model - are you taking tr log backups - is the sapce data or log?
Have you tried a shrink? Without that you won't recover space.
Is there free space in the database?

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

skybvi
Posting Yak Master

193 Posts

Posted - 2011-07-22 : 15:37:13
You have to shrink the db to get the unused space back BUT
it will increase the fragmentation.
Do shrink only if u sure that the space released wont be used again by that database.

Regards,
Sushant
DBA
West Indies
Go to Top of Page
   

- Advertisement -