Forum Replies Created

Viewing 10 posts - 76 through 85 (of 85 total)

  • RE: Full disk

    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

  • RE: Full disk

    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.

  • RE: Full disk

    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...

  • RE: Full disk

    Helpful article, Lynn, but reading it makes me think we need to stay in Full Backup mode.

  • RE: Full disk

    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...

  • RE: Full disk

    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...

  • RE: Display only the first 10 characters

    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...

  • RE: Display only the first 10 characters

    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...

  • RE: Display only the first 10 characters

    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...

  • RE: Display only the first 10 characters

    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...

Viewing 10 posts - 76 through 85 (of 85 total)