Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 7,484 total)

  • RE: Clustered index in uniqueidentifiers column

    If you use NEWID there are two problems: the GUID is 16 bytes (which is a potential problem as it is a lot of strorage if the table is big)...

  • RE: Display ALL rows even if no data exists

    Basically your problem is that you are using the country derived from MG_OFFICE instead of the country derived from your fixed list. You could try something like

    select booking...

  • RE: Variable declaration and Collation setting at database level

    Just in case MMartin1's reference wasn't enough:

    Changing the database default collation has no effect on existing columns in existing tables, only on new columns (columns in new tables created...

  • RE: Today's Random Word!

    Ed Wagner (8/8/2014)


    Revenant (8/7/2014)


    Ed Wagner (8/7/2014)


    SQLRNNR (8/7/2014)


    djj (8/7/2014)


    SQLRNNR (8/7/2014)


    springs

    bed

    squeak

    Brakes

    Strakes

    Hull (Thanks...I had to look up the meaning of the word and it's always nice to learn something new)

    Chine

  • RE: WMI Alerts

    danrst171 (8/8/2014)


    I got it wrong by selecting the second correct answer.

    +1

    Actually I clicked 2 (query and namespace) and then noticed that clicking the second cancelled the first because there was...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (8/7/2014)


    Now this just pissed me off:

    ********* (8/7/2014)


    thanks lynn, for being forthcoming (finally!)

    Leaving out the name of the perp.

    Maybe you are misreading him - that "finally" could refer...

  • RE: Today's Random Word!

    SQLRNNR (8/6/2014)


    Sean Lange (8/6/2014)


    Ed Wagner (8/6/2014)


    TomThomson (8/6/2014)


    Ed Wagner (8/6/2014)


    SQLRNNR (8/6/2014)


    Ed Wagner (8/6/2014)


    djj (8/6/2014)


    Ed Wagner (8/6/2014)


    SQLRNNR (8/5/2014)


    EL Jerry (8/5/2014)


    Revenant (8/5/2014)


    Yellow

    Pages

    Eight

    Kilobytes

    Kilo Class

    Nautilus

    Nucular

    Attack

    Defense

    Self-Defense

    nunchucks

    self-offense

    masochism

  • RE: Service Principal Names

    Useful question.

    I find the documention on this is utterly awful, almost incomprehensible; so getting it right was quite a surprise. I wouldn't have been at all confident if I'd...

  • RE: In-line variable assignment 1

    Hugo Kornelis (8/6/2014)


    Fair enough. Let me try it differently.

    During the parse phase, a single pass is made. For this phase, the line "DECLARE @i int = 1, @j-2 int =...

  • RE: In-line variable assignment 1

    Hugo Kornelis (8/5/2014)


    I see that Tom already posted an explanation. I think he is correct, but I will phrase it simpler - my explanation is that a variable is available...

  • RE: Research on possibility of RDBMS to have performance benchmarks like no-sql Databases

    David Webb-CDS (8/6/2014)


    The other thing you are leaving out is the vendor ecology. RDBMS technology and SQL had great success partly because it provided a consistent data manipulation method...

  • RE: table variable declaration inside a loop

    Iulian -207023 (8/6/2014)


    Hi Tom , that sounds interesting , I wander if this is documented somewhere.

    I don't think it's documented. And of course it's slightly more complicated than that,...

  • RE: Today's Random Word!

    Ed Wagner (8/6/2014)


    SQLRNNR (8/6/2014)


    Ed Wagner (8/6/2014)


    djj (8/6/2014)


    Ed Wagner (8/6/2014)


    SQLRNNR (8/5/2014)


    EL Jerry (8/5/2014)


    Revenant (8/5/2014)


    Yellow

    Pages

    Eight

    Kilobytes

    Kilo Class

    Nautilus

    Nucular

    Attack

    Defense

  • RE: What was that field name?

    peter.row (8/6/2014)


    In typical SQL style actually the answer is "it depends" - on how you work.

    Hovering the mouse may be quick but not that helpful since as soon as you...

  • RE: Research on possibility of RDBMS to have performance benchmarks like no-sql Databases

    The 6 points raised in the first post of teh series are all a bit boring/mundane and don't, for me, address the title (which in any case is ambiguous) at...

Viewing 15 posts - 2,371 through 2,385 (of 7,484 total)