Forum Replies Created

Viewing 15 posts - 54,646 through 54,660 (of 59,067 total)

  • RE: Update Order and MAXDOP

    So far, nobody can explains to me that my original query with INNER JOIN doen't works and without INNER JOIN, works very nice.

    ... and you haven't posted the real life...

  • RE: Update Order and MAXDOP

    Please provide the code and data that demonstrates when the correctly specified Update and Index fails. Then provide your correct Order By method that solves the problem.

  • RE: is this a good view?!

    The code you have is the classic code necessary to put records together from multiple rows in a name/value table. It's actually pretty darned fast... only thing faster would...

  • RE: Sql Problem

    Sarvesh,

    First... when you get an error, you need to post it so we can see what's going on.

    Second... are you actually using SQL Server 2005?

  • RE: Dynamic query issue

    Saritha... it would be really nice if you shared how you solved it. 😉

  • RE: How to tell which is better?

    No... if you're talking about simple duration measurements, it's not useless... you've just gotta make sure they're either both "hot" or both "cold" 😛

    But, in the face of blocking, looking...

  • RE: SQL Query tuning

    Heh... Thanks, Noel... I keep forgetting to check the date on the original post...

    Oh well... keeps my hand at typing and I have seen it where the OP actually...

  • RE: Update Order and MAXDOP

    The update method works well, in all cases... and it does NOT depend on a Clustered Index... just SOME index.

    You just need to settle down, maybe have a beer, and...

  • RE: Median Calculations

    Hey folks... I had reason to revisit this post to demo to someone else... I don't know what change was recently made to the 2k server I work on but...

  • RE: datapump is verrrrry slow

    Linda Robinson (10/9/2007)


    Jeff, I agree there should be a better way, but since the people who own the application like their datapump (I've talked to their tech support), I'm stuck...

  • RE: Standardizing Primary keys

    Tomm Carr (10/9/2007)


    Alpha or alpha-numeric keys are not significantly slower than numbers, ...

    You certainly did take that one out of context...

  • RE: Update Order and MAXDOP

    The real problem is that you're trying to solve two different problems at once... divide and conquer... the code will not only be faster performance wise, it will also be...

  • RE: datapump is verrrrry slow

    I'm by no means making fun of you, Linda... but the polar ice caps are retreating faster than "200 rows per minute" and it's why I don't like things like...

  • RE: Update Order and MAXDOP

    Matt is correct about needing the CASE... but I'm not sure why we need the #Summary table, at all...

    First, a brief lesson in creating massive amounts of test data in...

  • RE: Update Order and MAXDOP

    Perfect... I'll be back...

Viewing 15 posts - 54,646 through 54,660 (of 59,067 total)