Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 3,348 total)

  • RE: SELECT FUN

    Rachel Byford (4/22/2009)


    My belief was that as a consequence of the union removing duplicates, the output always came out ordered. Possibly not if you end up with several worker...

  • RE: SELECT FUN

    Carlo Romagnano (4/22/2009)


    Also the second answer is correct, cause of lack of ORDER BY.

    Agreed. Since there is no ORDER BY, both answer options #1 and #2 are correct. I chose...

  • RE: T-SQL Operators

    I agree with the previous comments.

    I think everyone of us has made the error of looking something up in BOL but missing the "MDX" or (more common for me) "SQL...

  • RE: Annoying NULLs

    David B (4/6/2009)


    O' and unless Steve fixed it after the last post, it was a select list, not a multiple choice 🙂

    Are you sure? I just replied to the question,...

  • RE: FILESTREAM Data

    I have to disagree with half of the answer key.

    First: The third statement ("when data in a FILESTREAM column is updated, the data in the filestream file is updated") is...

  • RE: Maximum No. of Indexes

    Chirag (3/20/2009)


    In BOL under Creating Indexes (Database Engine) section its mentioned that there can be 249 non clustered indexes per table.

    But In BOL under Create table sections...

  • RE: T-SQL - SELECT TOP

    Others have already pointed out the missing GROUP BY clause, so I'll skip that and limit myself to commenting the non-portable date format used. On many non-US systems, the date...

  • RE: ALL

    Balachandra (3/16/2009)


    Hi All

    I am not sure wichi is correct answer. Beacuse the same question is repeted twice.

    1st time i entered as 0 and answer was wrong.

    2nd time i entered as...

  • RE: CHECK CONSTRAINT

    I don't have a test setup here to quickly double-check, but if I read the documentation correctly the NOT FOR REPLICATION will not cause the constraint to exist only at...

  • RE: T-SQL

    skjoldtc (2/18/2009)


    Thanks Hugo for the explanation. I learn so much from this forum. It does seem to be a pretty odd way to handle time. Does this change in...

  • RE: T-SQL

    knechod (2/17/2009)


    Hugo Kornelis (2/17/2009)

    Anyhow, never indexing a datetime is not a wise decision.

    More of an avoidance than a hard-and-fast rule. As an ordering method, not a problem. As...

  • RE: T-SQL

    Steve Jones - Editor (2/17/2009)


    OK, my head hurts.

    I've awarded back points since there is obviously some issue here. I missed the correct answer with 1/30, so I've fixed that.

    As far...

  • RE: T-SQL

    knechod (2/17/2009)


    My guess is that if you truncated the date, you would not exercise any index on [InsertedOn]. However, IMHBIO (in my humble but inexperienced opinion), I would question...

  • RE: T-SQL

    skjoldtc (2/17/2009)


    Points schmointz... who cares?

    The takeaway is that SQL Server rounds time and don't use BETWEEN with a date range. But, this seems such a strange way to do this....

  • RE: T-SQL

    Lempster (2/17/2009)


    Hi Hugo,

    I don't get a conversion error, I simply get all of my results showing as '2009-01-31' plus whatever the hours, minutes and seconds are, so far from needing...

Viewing 15 posts - 3,046 through 3,060 (of 3,348 total)