Forum Replies Created

Viewing 15 posts - 526 through 540 (of 860 total)

  • RE: Full Transaction log

    jfoster (3/18/2009)


    Krishna,

    I thought I'd post another alternative which I didn't see in your article. I've used this in the past, with good results. This method allows me to...

  • RE: Full Transaction log

    GilaMonster (3/18/2009)


    Your first suggestion for a full tran log is to shrink it. Maybe I'm missing something, but that's completely the opposite of what's needed.

    The log is full, ie, there...

  • RE: Full Transaction log

    GilaMonster (3/18/2009)


    Your first suggestion for a full tran log is to shrink it. Maybe I'm missing something, but that's completely the opposite of what's needed.

    The log is full, ie, there...

  • RE: Full Transaction log

    Sorry guys I have missed all the banter 🙂 I was a little busy at work today. I will join the discussion.

  • RE: How to Know how much memory is occupies for sqlserver software

    Also, remember SQL server choses memory dynamically. Did you specify any Min. and Max. setting?

  • RE: Steps to take by fresher in DBA field?

    venu_ksheerasagaram (3/18/2009)


    Hi All,

    I am new to this DBA field, Can you please suggest me any topics and hands on to work...

  • RE: Database Mirroring

    vijaishankar.yadav (3/18/2009)


    How to Mirror DB from One Server to Other

    Its a simple setup with GUI, but you need to know a lot before implementing on your production. Start with BOL...

  • RE: Full Transaction log

    michael_sawyer (3/18/2009)


    I cannot believe that backup was the third option. The first and best option is to create proper maintenance on the database. The only transactions you need...

  • RE: Full Transaction log

    jts_2003 (3/18/2009)


    Hi Krishna

    Very clear article, but I was a bit confused about the first option of shrinking the log - if it is full now, won't shrinkign the physical size...

  • RE: Full Transaction log

    Tom Walters (3/17/2009)


    Krishna - Good article. Question though. What if the logfile expanded to fill the rest of the drive. Then what?

    hi Tom,

    Thanks for your feedback. if the log file...

  • RE: Regarding LDF file.

    swmsan (3/16/2009)


    Thanks...

    But the problem is that there's no space now. Hence manager asked me to reduce the log size..pls guide what to do now..?

    shall I truncate it ..?

    You can definitely...

  • RE: MS SQL queue

    sys.dm_os_waiting_stats dynamic managemtn view should be able to show you information about the wait queue stats.

  • RE: Index not rebuilding

    Joseph (3/17/2009)


    so that means all these three factors should be true together i mean :-

    avg_fragment_size_in_pages >= 8 AND fragmentation > 10 AND page_count >=1000

    please correct me If i am wrong?

    Yepp,...

  • RE: Index not rebuilding

    Joseph (3/17/2009)


    Hi Gail,

    quick question - I have the doubt.. so you said indexes having 1000 pages or more than that should only be considered..

    along with this, dont we have to...

  • RE: Log Shipping

    1.) If your Primary Database is accessible, backup the last portion of the log WITH NO_RECOVERY which makes to stall any updates to primary database.

    2.) Copy over the uncopied tlogs...

Viewing 15 posts - 526 through 540 (of 860 total)