SQL server 7 with 20 MB of fixed space.
Why does it allocate so much reserved space?
Table = FORUM_REPLY
Reserved = 10512 KB
Data = 8192 KB
Does this mean I have 10512KB left to use in the table before more space is required?
I used DBCC SHRINKDATABASE (database name) to try and reduce the reserved space but this has no effect.
Why does it allocate so much reserved space?
Table = FORUM_REPLY
Reserved = 10512 KB
Data = 8192 KB
Does this mean I have 10512KB left to use in the table before more space is required?
I used DBCC SHRINKDATABASE (database name) to try and reduce the reserved space but this has no effect.