Forum Replies Created

Viewing 15 posts - 10,021 through 10,035 (of 49,571 total)

  • RE: Log not available error 9001

    SevereIdea (2/13/2014)


    THANKS!!! I had a db that up until today was doing a CHECKDB every few seconds... never reported any errors, but certainly filling up my event log....

  • RE: Rebuild Index

    New Born DBA (2/13/2014)


    The Max logical read I see is 3 and I did right click and opened up the execution plan but it says "clustered Index Seek cost 100%...

  • RE: Rebuild Index

    New Born DBA (2/13/2014)


    I am sorry I should have been a little more clear on this. Users are having issues with page loading and it is taking them somewhat 30...

  • RE: Page life expetancy is low

    30's above what's generally recommended for an instance on a server with that much memory. See the book and cbhapter which I recommended earlier in this thread.

  • RE: how to reduce sorting cost?

    ananda.murugesan (2/13/2014)


    Yes. Second one is another blocking query of actual exec.plan due to this blocking statement pervious query got too much duration.

    Make sure you're tuning the query that is causing...

  • RE: Page life expetancy is low

    chandan_jha18 (2/13/2014)


    I had read this in one of the articles from Paul Randal's blog and found this mention in other places too where during the backup times, to read the...

  • RE: how to reduce sorting cost?

    Grant Fritchey (2/13/2014)


    The fact that you have four clustered index scans and a heap scan should be a bigger concern than sorting cost. And, what the heck, that's a completely...

  • RE: how to reduce sorting cost?

    ananda.murugesan (2/13/2014)


    for aviod the blocking will asking dev.team to assign NOLOCK hint in blocking statment.

    It'll avoid blocking. It'll also potentially return incorrect data. Do your users like getting reports that...

  • RE: Page life expetancy is low

    chandan_jha18 (2/13/2014)


    See if this goes low during backups because the database pages are read into memory while a backup is running.

    Backups don't run through the buffer pool so they...

  • RE: Managing an Extremely Busy OLTP Server

    chandan_jha18 (2/13/2014)


    GilaMonster (2/13/2014)


    chandan_jha18 (2/13/2014)


    I sincerely apologize to have trimmed a few counters by mistake from the list I provided. Following are top 15 results ordered by their counts:

    Over what time...

  • RE: Rebuild Index

    Maybe.

    Is it a heap? Is there a shrink operation running at any time? Is Autoshrink on? How are you checking the fragmentation?

  • RE: Managing an Extremely Busy OLTP Server

    chandan_jha18 (2/13/2014)


    I sincerely apologize to have trimmed a few counters by mistake from the list I provided. Following are top 15 results ordered by their counts:

    Over what time period?

  • RE: Difference between four part naming and execute at

    I believe that EXECUTE AT forces the execution of the query to occur on the remote server. Hence the query, when it executes on the remote server is only dealing...

  • RE: Orphan logins fix

    That's on the primary?

Viewing 15 posts - 10,021 through 10,035 (of 49,571 total)