Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 3,348 total)

  • RE: Operator Description

    SQL-DBA-01 (5/28/2015)


    I think the correct answer would be "Stream Aggregate". Anyways.!!

    Stream Aggregate is a physical, but not a logical operator. Hence it is not the correct answer.

  • RE: Operator Description

    Okay, I am going to contest this one. I know that Books Online says that "Aggregate" can be "a logical operator or a physical operator". But who has ever seen...

  • RE: Try Catch Throw

    BWFC (5/26/2015)


    Does it say anywhere to select two answers?

    I wondered about that myself, when I saw the two sets of three mutually exclusive options each.

    Previously, I have submitted questions with...

  • RE: SubQuery behavior

    Rick Harker (5/21/2015)


    Shouldn't the subqueries contain a TOP 1 ?

    No. It would change the meaning of the queries. As posted, they implement "give me the department ID for Human Resource...

  • RE: Columnstore efficiencies

    Koen Verbeeck (5/21/2015)


    Confusing. I use segment elimination to indicate that a segment of rows has been eliminated, not necessarily an entire column.

    But I guess that if you eliminate all segments...

  • RE: SubQuery behavior

    g.britton (5/20/2015)


    Great question! It illustrates the benefits and dangers of using unaliased column names in queries. IIRC SQL looks in the current namespace for a match on the...

  • RE: Columnstore efficiencies

    briankwartler (5/19/2015)


    I note from Hugo's article that if a string (char, varchar, nchar, nvarchar) is part of the columnstore index, then filtering on that column does not result in segment...

  • RE: Columnstore efficiencies

    TomThomson (5/19/2015)


    The term "column elimination" doesn't appear to exist

    It actually does (and I should have included it in my article).

    Some references:

    http://byobi.com/blog/2012/10/column%C2%AD-stores-for-wide-and-sparse-data/%5B/url%5D. (A blog I found when searching the internet for...

  • RE: Columnstore efficiencies

    Hi Steve,

    As the author of the article referenced in the explanation, I am very sure that the answer I ticked is correct, and that the answer you marked as correct...

  • RE: Using a column name in a COUNT function

    GPO (5/18/2015)


    Er... Is this the right room for an argument?

    No. This is abuse. You *****.

  • RE: LEAD parameters

    SQL-DBA-01 (5/15/2015)


    Seems like it's sort of ISNULL function. If it's encountered NULL, the 3rd parameter will replace the entered value. Nice Question.

    No, the default parameter of LAG and LEAD is...

  • RE: Stored Procedure Creation

    dale_berta (5/14/2015)


    Interestingly enough, the documentation on CREATE PROCEDURE don't say anywhere, that I could find, that it had to be the the only statement in the batch. The links provided...

  • RE: Stored Procedure Creation

    Toreador (5/14/2015)


    I guessed that it wouldn't execute the procedure ion the 2nd batch, as the parser would detect the recursion and stop it. This seemed to be confirmed when I...

  • RE: Stored Procedure Creation

    Aaarggh! I apparently need more coffee.

    I somehow managed to convince myself that the text said "choose 2". And then saw 4 correct answers, so I was very annoyed at the...

  • RE: Numeric Data Types

    Stephanie Giovannini (5/5/2015)


    While decimal and numeric are functionally equivalent, they are not the same type.

    From head (no time to check the details now), I believe that the ANSI standard allows...

Viewing 15 posts - 1,336 through 1,350 (of 3,348 total)