Viewing 15 posts - 1 through 15 (of 138 total)
Jacob Wilkins (12/16/2016)I'm sure this will just fall in line with all the other numbers, but since I don't see it posted in the thread yet, when you run DBCC...
December 16, 2016 at 3:07 pm
Jacob Wilkins (12/16/2016)
So those results show just under 11 GB reserved, 5ish GB data, 5ish GB index with only 192 MB unused.
Could you post the results of this query...
December 16, 2016 at 2:34 pm
sgmunson (12/16/2016)
It's a given that the following might be a serious PITA, but it might be worth it if the space recovery is critical.
1.) Script the database and ALL of...
December 16, 2016 at 2:23 pm
Jeffrey Williams 3188 (12/16/2016)
December 16, 2016 at 1:19 pm
ADDITIONIAL INFORMATION:
Thought I'd put this in the initial post, but it's not there.
I watched the DBCC SHRINKFILE process running (via sp_who), and noted this:
The first time I run it (after...
December 16, 2016 at 8:05 am
Steve Jones - SSC Editor (12/16/2016)
Maybe try a reindex that might...
December 16, 2016 at 8:00 am
Unfortunately, example B on the DBCC SHRINKFILE man page won't help much, since that shrinks the transaction log, and my problem is shrinking the data file.
December 16, 2016 at 7:58 am
Recovery setting is FULL (it's still production data for a couple of weeks).
December 16, 2016 at 7:51 am
Lowell (7/1/2014)
if the database in question is in this resultset, it does not have...
July 8, 2014 at 3:02 pm
Michael L John (6/30/2014)
Uh, no. Setting the recovery from full to simple and doing a log backup are not related.
The point of performing a log backup is to...
July 1, 2014 at 9:47 am
So, an update. We did get the server restarted over the weekend. In fact, we also got a disk drive replaced and the OS rebuilt. One supposes...
January 23, 2013 at 10:11 am
I'm pretty sure that I've already got any fix from SQL 2005 SP2 CU6 (released on 2008-02-18) in my SQL 2008 SP2 (released 2010-09-24). Thanks anyway...
January 23, 2013 at 10:01 am
Our regular job recycled the error log last night; the output in the previous message was generated 5 minutes ago.
The SQL Server log just shows this:
[font="Courier New"]DBCC CHECKDB (master) WITH...
January 18, 2013 at 3:56 pm
The full and complete output of [font="Courier New"]DBCC CHECKDB('master') WITH all_errormsgs, no_infomsgs[/font] is, excitingly enough:
Msg 0, Level 11, State 0, Line 0
A severe error occurred on the current command. ...
January 18, 2013 at 3:53 pm
satalaj (11/11/2010)
What can I do instead of shrinking big log files which grows rapidely.
Several things:
1) Confirm the recovery model and backup scheme for you database is appropriate. Are...
November 11, 2010 at 10:01 am
Viewing 15 posts - 1 through 15 (of 138 total)