Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Server 7.0 and 6.5 data storage!!!!!!
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00237481
Message ID:
00237591
Views:
11
There's a hugh difference between space management on 6.5 and 7.0. Have your client use sp_spaceused on the database. This will tell you how much is actually used and how much is reserved. Then have them run sp_spaceused on the syslogs table (which is actually the transaction log).

If you do have close to a Gig allocated, use DBCC SHRINKDB to release some of it back to the OS.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform