Forum Replies Created

Viewing 15 posts - 1 through 15 (of 202 total)

  • Reply To: Auto Rounding

    This is a very good question which clearly demonstrates the consequences of failing to pack the precision in order to avoid any unwanted rounding. It might be tempting to declare...

  • Reply To: Going from long to wide

    The choice of "4 columns 3 rows" does not appear to be correct, but it is the closest, so this is why I chose it. The correct choice should probably...

  • RE: Real-time moving averages for IoT with R

    I agree with giorgos.altanis on this one, i.e. this is certainly NOT...

  • RE: That case filter

    cengland0 (7/20/2011)


    Thanks but it's not about the points. I'm a perfectionist with OCD so I take these QOTD's very serious. I think of them as a test of...

  • RE: That case filter

    Ninja's_RGR'us (7/20/2011)


    I had considered that as well. The case statement is a technic that I use once in a while so that has value all by itself.

    The title is...

  • RE: That case filter

    What I don't understand is what does the title of the question have to do with any part of it? Here is what I mean: commenting out the where clause...

  • RE: Filestream

    GSquared (5/20/2011)


    I can't get your link to work, so can't check what you referenced there, but the question was about Filestream, which is NOT in the database. That's a...

  • RE: OUTPUT & NEWID()

    Jason Selburg (4/25/2011)


    I've asked Mr. Jones to mark both Any and All as valid answers. Unfortunately the QOTD engine does not allow multiple "possible" answers.

    Well, these were not the choices....

  • RE: Sequence

    SQLkiwi (12/28/2010)


    Or, even more succinctly:

    WITH Records (Old_Seq, New_Seq)

    AS (

    SELECT Seq,

    ...

  • RE: Sequence

    This is a good basic question, thank you. One thing I would like to point out is that the update script in question is more complex than it needs to...

  • RE: What is the result of the following query

    This is a very good back to basics question, thank you.

    The behaviour of the exec in this case is identical to the one of the stored proc where the temp...

  • RE: Build date table

    This example shows how to quickly populate a table with successive dates? Not really, it shows a pretty convoluted way of doing it, not quick. Any time there is a...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    Stefan Krzywicki (12/1/2010)


    I wasn't saying he was wrong, I was looking for clarification since going for a NOT NOT seems an odd way to go about it. So

    NOT LIKE '%[^0-9]%'

    means...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    Stefan Krzywicki (12/1/2010)


    Sorry if I'm being thick, but at the end of the article, referring to NOT LIKE '%[^0-9]%' you write

    The reason why the formula works is that the "^"...

  • RE: Transactions

    This is a very good question, thank you Ron. The only thing difficult to figure out is that you mention that database contains this table in the beginning but then...

Viewing 15 posts - 1 through 15 (of 202 total)