snapjack123
Programmer
Hi,
I executed sp_spaceused on a SQL Server database and got the below results.
database_size : 16125.00 MB
unallocated space : 2593.04 MB
reserved : 10759128 KB
data : 8290296 KB
index_size : 2321744 KB
unused:147088 KB
The unallocated space is about 2.5 GB. The unused space shows 147.088 MB.
Does this mean that when 147 MB of the allocated unused space gets used up, space will be automatically taken up from the unallocated space (2.5 GB)? Or is it the case that some command has to be executed to allocate some space from the 2.5GB.
Thanks
I executed sp_spaceused on a SQL Server database and got the below results.
database_size : 16125.00 MB
unallocated space : 2593.04 MB
reserved : 10759128 KB
data : 8290296 KB
index_size : 2321744 KB
unused:147088 KB
The unallocated space is about 2.5 GB. The unused space shows 147.088 MB.
Does this mean that when 147 MB of the allocated unused space gets used up, space will be automatically taken up from the unallocated space (2.5 GB)? Or is it the case that some command has to be executed to allocate some space from the 2.5GB.
Thanks