Forum Replies Created

Viewing 15 posts - 11,971 through 11,985 (of 22,214 total)

  • RE: Help with high impact searches or expensive searches against a table that is mostly in motion

    Robert Heynen-454800 (8/24/2011)


    Unfortunately, there is no specific pattern to the data being updated or the data being queried so clustering would not work here.

    You mentioned a transaction earlier. To...

  • RE: Help with high impact searches or expensive searches against a table that is mostly in motion

    It's not at all unheard of to modify data, a lot, and query it at the same time. It's pretty standard in fact. But, you have set expectations and spend...

  • RE: Help with high impact searches or expensive searches against a table that is mostly in motion

    Make sure that the delete and insert (it's not an update) are within a single transaction. That will prevent missing data during a query and should help, a bit, with...

  • RE: Identifier Consistency Across Environments

    In addition to the good advice given by Lutz, assuming these are lookup tables, we built a database that held the standard values for all lookup data. We only ever...

  • RE: deleting autocreated statistics?

    Roy Ernest (8/23/2011)


    Grant Fritchey (8/23/2011)


    Roy Ernest (8/23/2011)


    I have this image of Gail in my mind where she gives dead pan response and makes you wonder if she is Kidding or...

  • RE: deleting autocreated statistics?

    GilaMonster (8/23/2011)


    Ninja's_RGR'us (8/23/2011)


    Grant Fritchey (8/23/2011)


    Ninja's_RGR'us (8/23/2011)


    Awesome info.

    You guys should really get together and write books or talk @ PASS sometimes :hehe:.

    Now what could you possibly talk about? :Whistling:

    That's a great...

  • RE: deleting autocreated statistics?

    Roy Ernest (8/23/2011)


    I have this image of Gail in my mind where she gives dead pan response and makes you wonder if she is Kidding or being serious. Grant I...

  • RE: deleting autocreated statistics?

    Ninja's_RGR'us (8/23/2011)


    Awesome info.

    You guys should really get together and write books or talk @ PASS sometimes :hehe:.

    Now what could you possibly talk about? :Whistling:

    That's a great idea! Maybe next year,...

  • RE: Data Retrieval

    I'm not sure I understand the question.

    Are you saying that you want to transmit a record, or records, to the other server, but only when a certain action is taken...

  • RE: self blockings

    Parallel execution probably. Hard to know what to do without seeing the code though.

  • RE: deleting autocreated statistics?

    GilaMonster (8/23/2011)


    Ninja's_RGR'us (8/23/2011)


    Ok but what makes you take that call? How can you tell that it's not the index that's @ fault to generate the bad plan?

    Stats tell the...

  • RE: A faster DBCC CHECKDB?

    Excellent code. Nice article. Well explained.

    But I have to say, articles like this really do make me nervous. It seems like a very healthy percentage of our fellow database professionals...

  • RE: deleting autocreated statistics?

    Ninja's_RGR'us (8/22/2011)


    nawillia (8/22/2011)


    i believe brent ozar also mentions this in his performance tuning for race car drivers video. he mentions the overlapping stats and some other good stuff. (but...

  • RE: Back in the saddle

    Thanks. I just try to help out.

    Hey, I like technical books too. Everyone at my old job thought I was weird when I picked up Kalen Delaney's SQL Server 2008...

  • RE: Back in the saddle

    Christi Wilson (8/22/2011)


    Grant, to show you an example of what I was thinking and combined from your explanation, do I have this correct? I would do something like this...

Viewing 15 posts - 11,971 through 11,985 (of 22,214 total)