Forum Replies Created

Viewing 15 posts - 13,576 through 13,590 (of 22,213 total)

  • RE: Statistics Information For Performance Tuning

    I agree. Execution time is one of the most important. Not on your list is one of my other favorites, frequency of call. Your longest running proc may be called...

  • RE: SQLDMO entries in Profiler

    Do you have some sort of monitoring software? That looks like some sort of standard maintenance script. Check for scheduled jobs or monitoring software.

  • RE: Are the posted questions getting worse?

    GilaMonster (1/17/2011)


    Koen (da-zero) (1/17/2011)


    GilaMonster (1/17/2011)


    Was one of the things that contributed to me leaving the bank. The over-paid consultants from Big Named Consulting Company were considered (by upper management) to...

  • RE: Unable to delete or edit

    GilaMonster (1/17/2011)


    pdanes2 (1/17/2011)


    "It doesn't work" gets little sympathy in these forums

    No, because it's near-impossible to offer useful advice for that. When we have some indication what's not working, that's a...

  • RE: Are the posted questions getting worse?

    Koen (da-zero) (1/17/2011)


    GilaMonster (1/17/2011)


    Was one of the things that contributed to me leaving the bank. The over-paid consultants from Big Named Consulting Company were considered (by upper management) to know...

  • RE: Database size issue

    Ninja's_RGR'us (1/17/2011)


    I'm not even sure you have a size problem. From what you are saying the whole db takes less than 30 GB? It's very small by...

  • RE: Are the posted questions getting worse?

    LutzM (1/16/2011)


    Lynn Pettis (1/16/2011)


    And then you have those individuals that won't even ask their DBAs for help because they don't know them personally and are in a different building.

    Strange he...

  • RE: Merge performance on Very Large Tables

    In the merge operation against MalWare, why are you doing this in the select from the temp table:

    group by (FullURL + [MalwareGroup]), FullURL, [MalwareGroup]

    If you're going to all the trouble...

  • RE: Database size issue

    I looked back through the thread here, but I'm not sure I saw it. What is the recovery setting on the database? Is it set to Full Recovery? If so,...

  • RE: Unable to delete or edit

    pdanes2 (1/14/2011)


    Okay, thanks, I'll look into that. One of the problems I'm running into is that Access locks up while waiting for a query to execute. If I hit one...

  • RE: Unable to delete or edit

    To see if a resource is locked, you do have to query the server. To see if a lock is blocking another user, again, you have to query the server....

  • RE: How can i recover my table

    homebrew01 (1/14/2011)


    The 3rd party backup tools "object recovery" would only work if the current backup was taken by them. You can't use them after-the-fact. I know Idera's is very...

  • RE: Unable to delete or edit

    pdanes2 (1/14/2011)


    Grant Fritchey (1/14/2011)


    I would be very, very, very careful about using NOLOCK. It seems like it solves problems, but it can introduce bad data.

    Hmm, yes, I see what you...

  • RE: Merge performance on Very Large Tables

    zerolan22 (1/14/2011)


    Grant, I have been there before.

    I used the 2 bigints as a combined, primary clusered index with no performance improvements, rather the opposite, it was even slower on

    inserts....

  • RE: Merge performance on Very Large Tables

    I haven't looked at the exec plan, but first off, get a clustered index on the table. Absolutely. Figure out what the right place to put it would be and...

Viewing 15 posts - 13,576 through 13,590 (of 22,213 total)