hi everyone,
This has been a recurring issue with out SQL Server 2000 db.
Even though I am dropping/deleting large tables (some as large as 4 GB), that space is not being made available as free space on the c drive. The db keeps it... the dbproperties show that the space available is increasing when i drop a table. The databases space avail is now 13 GB ! I need that space back but SQL Server is holding it for some reason. Even after shrinking the db, it still holds it.
When I try to change the size for data to 22,000 MB, it says
"you cannot chg size to less than current size"... or something to that effect.
Here are the specs for the db:
SS2000 sp3a
was created with an initial size of 2GB
Auto grow for both Data and Log
Grow by 200 MB increments
Recovery model: Simple
DB size: 32 GB Data 32 GB Tlog 1MB Space avail 13 GB
How can I get this space back for other use?
Thanks, John
This has been a recurring issue with out SQL Server 2000 db.
Even though I am dropping/deleting large tables (some as large as 4 GB), that space is not being made available as free space on the c drive. The db keeps it... the dbproperties show that the space available is increasing when i drop a table. The databases space avail is now 13 GB ! I need that space back but SQL Server is holding it for some reason. Even after shrinking the db, it still holds it.
When I try to change the size for data to 22,000 MB, it says
"you cannot chg size to less than current size"... or something to that effect.
Here are the specs for the db:
SS2000 sp3a
was created with an initial size of 2GB
Auto grow for both Data and Log
Grow by 200 MB increments
Recovery model: Simple
DB size: 32 GB Data 32 GB Tlog 1MB Space avail 13 GB
How can I get this space back for other use?
Thanks, John