Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 7,484 total)

  • RE: How Many Different Random Numbers?

    Good try at an interesting trick question. I guessed the point was how many distinct object ids would be in the first 20 rows selected from sys.syscolumns, there will...

  • RE: Is SQL Server Mature?

    I don't think I would call SQL Server mature. SQL Server 2000 lasted long enough to become mature. Maybe SQL 2005 did, I didn't have enough contact...

  • RE: Raid Configuration Choices with 8 disks

    sqldriver (9/29/2014)


    R1 and R10 (mirror with stripe) have the same 2x write penalty. In my experience they're the most popular configurations for TempDB and .ldf LUNs.

    R5 (stripe with parity) has...

  • RE: Data de-identification and/or/versus Encryption?

    Deidentification and encryption have different purposes and usually it makes no sense to use one where the other is appropriate; there are cases where you should used both.

    Deidentification is...

  • RE: RAND Unions

    SQLRNNR (9/29/2014)


    andrew.ing (9/29/2014)


    Something I've never quite understood is why RAND() is like it is - that is, contrary to what perhaps most people would want and expect: creating a (pseudo)...

  • RE: Random values

    edwardwill (9/29/2014)


    I don't use the Redgate tool so I can't comment on that - I tend to write my code directly into a Management Studio window (or, if I know...

  • RE: RAND Unions

    Steve Jones - SSC Editor (9/28/2014)


    Thanks, added more detail to the explanation.

    Ouch! That's wrong - not at all what I meant to say, and worse than the original....

  • RE: RAND Unions

    Good question.

    Just like the last question on Random, I think the explanation could be improved.

    First, the misleading "for a connection" is there again. It shouldn't...

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    Paul White (9/26/2014)


    I do apologise for bringing "farce" to this discussion :pinch:. I know there are strong views on both sides about what is and isn't legal for the optimizer...

  • RE: Random values

    Steve Jones - SSC Editor (9/25/2014)


    There's nothing right or wrong about aliasing. It's preference.

    I try to use them often, because I find many queries quickly get complex and it's much...

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    Paul White (9/25/2014)


    It is not a bug (in SQL Server, the T-SQL code has a bug, of course).

    There is always a temptation to read T-SQL as a sequence of steps,...

  • RE: Random values

    Miles Neale (9/25/2014)


    Tom,

    A simple question for I agree that the result of the RAND is deterministic and the basis of your statement is correct on face value. The question...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (9/25/2014)


    Accompanied with "explain the difference between HLC, LOP, JCI and YASS"

    (Hopeless Case, Lost OP, Joe Celko Intollerance and Yet Another Silver Spoon)

    😎

    Edit: Added JCI

    That addition makes it an...

  • RE: Are the posted questions getting worse?

    Sean Lange (9/25/2014)


    Between the spammers and crussell commenting on every single QOTD from the last 8 years there is next to nothing going on around here lately. I am concerned...

  • RE: Function execution

    Craig@Work (3/9/2010)


    What do the various published SQL standards have to say about this behaviour?

    Surely, it is no more of a glitch, than say SQL being relatively lenient over implicit type...

Viewing 15 posts - 2,146 through 2,160 (of 7,484 total)