Hi All,
I have a 270 GB database that has a lot of activity on it 24/7. Approximately 30% of the database is unused space. I've tried shrinking it every which way, but can't. It completes successfully, but the space remains. (I can get rid of unallocated space no problem, but unused remains.)
When I run sp_spaceused, I receive messages like this:
I have run sp_updatestats and dbcc updateusage, but these do not help.
Does anyone have any ideas one what the problem is here? I've not run into this before, but it's been going on a for a while now, with no resolution. Any help would be greatly appreciated!
-Ovatvvon :-Q
I have a 270 GB database that has a lot of activity on it 24/7. Approximately 30% of the database is unused space. I've tried shrinking it every which way, but can't. It completes successfully, but the space remains. (I can get rid of unallocated space no problem, but unused remains.)
When I run sp_spaceused, I receive messages like this:
Code:
[COLOR=red]Msg 15009, Level 16, State 1, Procedure sp_spaceused, Line 62
The object 'al__dk_pr' does not exist in database '{database_name}' or is invalid for this operation.[/color]
(0 row(s) affected)
[COLOR=red]Msg 15009, Level 16, State 1, Procedure sp_spaceused, Line 62
The object 'al_rpt' does not exist in database '{database_name}' or is invalid for this operation.[/color]
(0 row(s) affected)
[COLOR=red]Msg 15009, Level 16, State 1, Procedure sp_spaceused, Line 62
The object 'GrHour' does not exist in database '{database_name}' or is invalid for this operation.[/color]
(0 row(s) affected)
I have run sp_updatestats and dbcc updateusage, but these do not help.
Does anyone have any ideas one what the problem is here? I've not run into this before, but it's been going on a for a while now, with no resolution. Any help would be greatly appreciated!
-Ovatvvon :-Q