Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 8,416 total)

  • RE: greater than equal

    kwhytee (6/28/2011)


    I tested both these queries out and found no difference in performance - however my colleague is still convinced that in certain circumstances the >= operator will perform worse...

  • RE: OUTPUT & NEWID()

    mister.magoo (6/27/2011)


    Why did I bother posting this?.... well, I like this construct for updates mostly as the visual seperation of the SELECT from the UPDATE or the DELETE makes it...

  • RE: Avoiding index scan

    chandan_jha18 (6/24/2011)


    Same data and same index shows scan operation in 2000 and shows seek in 2008.

    That's actually not a huge surprise: SQL Server 2008 is a very different product from...

  • RE: LOB Data

    The spatial CLR user-defined data types are LOBs/large objects? Really???

  • RE: Scaled-down SQL

    Duncan Pryde (3/20/2011)


    bitbucket-25253 (3/20/2011)


    Excellent question and a more than excellent explanation of why the correct answer is what it is.

    Thanks - high praise indeed! I must mention though, that when...

  • RE: OUTPUT & NEWID()

    One can delete 9 rows non-deterministically with this code:

    DELETE TOP (9) @t

    Though in practice you're likely to see the same 9 rows deleted, it's just not guaranteed. To go...

  • RE: Logshipping

    Koen Verbeeck (5/18/2011)


    (especially since you can rule out the "All" answer, as you had to select 2 answers)

    4% of people still chose 'All'. I wonder what their second choice...

  • RE: Plans

    Hesitated over this one. Compiled plans are re-entrant, but the execution contexts derived from them are not. By 'query plan' I guessed the author of the question was...

  • RE: Query Plans

    I chose Compiled Plans and Execution Contexts, based on the information in:

    http://blogs.msdn.com/b/sqlprogrammability/archive/2007/01/09/1-0-structure-of-the-plan-cache-and-types-of-cached-objects.aspx

  • RE: Are the posted questions getting worse?

    SQLRNNR (6/21/2011)


    Maybe Paul? I need to delve into CLR for reasons other than this - but it would be nice.

    Phrase #5, I think...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (6/15/2011)


    I'm shocked that I didn't have at least 1000 posts, but at least I'm still in the top 10. 😛

    +1 :smooooth:

  • RE: Is hyper-threading still relevant for SQL Server?

    AndrewJacksonZA (5/11/2011)


    I don't have a script for you, but I can give you a really, really big recommendation to enable HT.

    +1. Absolutely enable HT on Nehalem architecture or later.

  • RE: Is hyper-threading still relevant for SQL Server?

    h.berg-884044 (1/24/2011)


    and so two threads can be executed simultaneously

    And that's the mistake most people make when it comes to hyperthreading. The two threads on the logical cores don't run simultaneously,...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (5/26/2011)


    I'll say that most of the better applications were self-written. It's hard for someone else to do a good job listing everything you do.

    A DBA...

  • RE: Forcing the Order

    The last point I want to make is that FORCE ORDER is an immensely powerful hint with many counter-intuitive side-effects, so it should be used exceedingly sparingly, and only by...

Viewing 15 posts - 1,951 through 1,965 (of 8,416 total)