Good day,
I felt this forum is good because the reply is fast and relevent. so, this is my second question...
I am working on SQL2000, one of my db is use up around 250gb, and the hard disk is running out of space soon...(very soon).
I have run the sp_spacesused and found that the unallocate db is
database_name database_size unallocated space ----
Internet 113693.50 MB 43466.96MB -
reserved data index_size unused
------------------ ------------------ ------------------ ------------------
71808552 KB 70249352 KB 957440 KB 601760 KB
I have clean up the log file, and also run the SQL EM shrink database, but no help...I would like to reclaim the space that allocated in the server (43466.96MB ) , how can I do that....i have try the dbcc shrink file from EM , and start with 10 MB , but it take more than 2 hours, but again no luck...the result still the same...can anyone please me ? my hard disk is running out of space.......ver y very soon.
thanks
I felt this forum is good because the reply is fast and relevent. so, this is my second question...
I am working on SQL2000, one of my db is use up around 250gb, and the hard disk is running out of space soon...(very soon).
I have run the sp_spacesused and found that the unallocate db is
database_name database_size unallocated space ----
Internet 113693.50 MB 43466.96MB -
reserved data index_size unused
------------------ ------------------ ------------------ ------------------
71808552 KB 70249352 KB 957440 KB 601760 KB
I have clean up the log file, and also run the SQL EM shrink database, but no help...I would like to reclaim the space that allocated in the server (43466.96MB ) , how can I do that....i have try the dbcc shrink file from EM , and start with 10 MB , but it take more than 2 hours, but again no luck...the result still the same...can anyone please me ? my hard disk is running out of space.......ver y very soon.
thanks
Comment