Forum Replies Created

Viewing 15 posts - 18,061 through 18,075 (of 22,202 total)

  • RE: Are the posted questions getting worse?

    RBarryYoung (3/6/2009)


    I think that some things should be pointed out here, lest someone reading these posts gets the wrong idea...

    First, there is no such thing as an "MSDN MVP" it's...

  • RE: "Answered" Posts

    GSquared (3/6/2009)


    jcrawf02 (3/6/2009)


    Chris Morris (3/6/2009)


    In any case, the best or, more rarely, the correct answer here is usually blindingly obvious.

    To you, Chris, or to someone who knows that they're doing....

  • RE: Distinct going slower than *

    Putts (3/6/2009)


    Grant, I did create that missing index but, as you assumed, it did not help the performance.

    I would agree with your sentiment that there must be something awry with...

  • RE: Performance Issues

    rudy komacsar (3/6/2009)


    Hey Grant - no problem - was just trying to get some suggestions out there based on the limited information - personally I index-defrag before index rebuild and...

  • RE: Distinct going slower than *

    Putts (3/5/2009)


    Okay.

    Was able to get acceptable times on the original query I was working with but now I'm working on a different one and am running into the same problem.

    Following...

  • RE: Union Benefits

    groffg (3/6/2009)


    2 weeks is the "standard" for new hires, but employees who have been w/ the company longer will likely have much more. Ditto for "special" employees who have in-demand...

  • RE: DB Design Help

    Yeah, you'll have a few joins, it's still not that many and the indexing should be very simple. The one thing I'd suggest, instead of trying to pivot the data...

  • RE: DTS on SQL 2008

    You've just hit the hardest part of the migration out of 2000, retiring DTS. I'd suggest a mixed approach. Run the Upgrade Adviser and let it scan your DTS packages....

  • RE: Index Selection Question

    It's the leading edge that makes the most difference, yes. I'd drop one of the two indexes.

  • RE: Database Server load stat gathering

    Out of the box, without installing anything else, you can use perfmon to gather performance metrics on the server and set up a server-side trace to capture the performance metrics...

  • RE: Clustered Indexes on which columns

    I'd say if most queries are coming through on the inv_no & month_no columns, then those are probably the best candidates for the clustered index. But, with 176 columns, you're...

  • RE: Querying a database for a list of tables

    Definately use INFORMATION_SCHEMA system views is the way to go for stuff like this.

  • RE: Dependency issue while executing the script

    Does the syntax of the view have WITH SCHEMABINDING in it? If so, simply remove that.

    What is it you're trying to do?

  • RE: Lets help the experts help themselves

    Just speaking for myself, I'm posting for three reasons. First, I've been helped in the past, so I try to help others. Second, this is a fantastic learning opportunity. When...

  • RE: Union Benefits

    Let me state up front that I am absolutely, adamantly, passionately against unionizing our industry in any way...

    If the gun were held to my head and I was forced to...

Viewing 15 posts - 18,061 through 18,075 (of 22,202 total)