Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi EveryBody, When examining the

Status
Not open for further replies.

jaballah

Technical User
Jul 29, 2002
12
LY
Hi EveryBody,

When examining the output from sp_spaceused for a user database, is it critical that the value under "unused" field falls below small percentage (let's say 10%) from the "reserved" value? even if the "database_size" is much biger than the "reserved" value?

For example :

database_size = 3429.0 MB
reserved = 116532 KB
data = 94098 KB
index_size = 16590 KB
unused = 5844 KB


Does the "reserved" space mean the growth limit for existing objects (tables). e.i. the remaining space from "database_size" beyond the "reserved" is only available for new objects?!
If not, then what happens when the "unused" reaches 0% ?!



Thanks forwardly
Ati
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top