Hi,
When you run sp_spaceused on a database, you get values for these items:
1.) reserved
2.) Data
3.) index_size
4.) Unused
I'm not sure what "reserved" means (BOL is not very descriptive)... or what it's used for??
And what is the significance of "unused" - does this indicate the amount by which the database can be shrunk?
My assumption is - if it's NOT unused, it can't be shrunk down? Or is this wrong?
THANKS
When you run sp_spaceused on a database, you get values for these items:
1.) reserved
2.) Data
3.) index_size
4.) Unused
I'm not sure what "reserved" means (BOL is not very descriptive)... or what it's used for??
And what is the significance of "unused" - does this indicate the amount by which the database can be shrunk?
My assumption is - if it's NOT unused, it can't be shrunk down? Or is this wrong?
THANKS