Viewing 10 posts - 76 through 85 (of 85 total)
If I am reading you correctly, this should do what I need:
USE CHEMPAXDW
GO
DBCC SHRINKFILE('CHEMPAXDW_Log', 10000)
BACKUP LOG WITH TRUNCATE_ONLY
DBCC SHRINKFILE('CHEMPAXDW_Log', 10000)
GO
May 26, 2009 at 10:42 am
Wow. That could be a problem. The whole issue here is that there is no disk space. I don't have a place to back it up to.
May 26, 2009 at 10:26 am
I ran the SHRINK statement, but it only saved me 5 GB. I need to do the Truncate thing first.
I know this sounds weird, but I have spent...
May 26, 2009 at 10:20 am
Helpful article, Lynn, but reading it makes me think we need to stay in Full Backup mode.
May 26, 2009 at 10:02 am
george sibbald (5/26/2009)
best re-read all the posts, file wont shrink unless its cleared out first. what does dbcc sqlperf(logspace) say for this db.?
Ok, thanks. I am still unclear on much...
May 26, 2009 at 9:56 am
OK, thanks, both of you.
I have some follow-up questions, though. I just want to be very clear before I do something drastic.
1. If I run the command using Judy's...
May 26, 2009 at 9:42 am
I tell you, after working with SSRS for a few months, I thought I had a handle on it, but I am not getting what anyone is saying, and I'm...
April 30, 2009 at 9:27 am
Ok, I added a parameter, set it to Boolean, put in a value of Fields!Agencies.Value (as the name of the field I am trying to affect is "Agencies") and I...
April 30, 2009 at 8:54 am
Bob:
Thanks. I am not clear on what you said here regarding the boolean parameter. I don't see where to add one in the textbox properties box. I also see a...
April 30, 2009 at 8:29 am
Yes, I'm using Reporting Services.
I understand I have to to create something that will truncate for display, and then show the whole thing, as you suggest. I guess what I'm...
April 29, 2009 at 8:26 pm
Viewing 10 posts - 76 through 85 (of 85 total)