Forum Replies Created

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

  • RE: The Lost Last Value

    Sooo, how you get what you want? Use LAG?

  • RE: NULL Tests

    The answers: 
    A: SET ANSI_NULLS OFF 
    B: SET ANSI_NULLS OFF 
    C: SET ANSI_NULL_DFLT_OFF ON 
    D: SET ANSI_NULL_DFLT_ON ON

    A: Same as B
    B: Same as A
    C: This is...

  • RE: Starting a CTE

    Any code before the "WITH STATEMENT" must end with a terminator, which is the semi colon. This prevents errors if this code is placed after other statements in a batch.

  • RE: select in subquery

    SimonH - Tuesday, April 3, 2018 12:52 AM

    I twill work if you don't use two part naming convention but reference the correct...

  • RE: Python division

    Sean Lange - Wednesday, March 14, 2018 7:19 AM

    roger.plowman - Wednesday, March 14, 2018 6:32 AM

    March 15, 2018 at 1:45 am

    #1983334

  • RE: Cube v rollup

    Rune Bivrin - Thursday, December 14, 2017 1:17 AM

    Not sure I follow the reasoning behind the correct answers. WITH CUBE returns more...

  • RE: Naming the Columns

    Isn't that giving a syntax error about a missing bracket?

  • RE: Fun with Dates

    But why: 

    SELECT  IsNull = 'Isnull'

    ?

  • RE: Logical Query Processing Filters

    Or at least reread once...
    Happens too many times in my opinion.

  • RE: Saving For Christmas

    A few weeks ago 'Floor' was the right answer as well: http://www.sqlservercentral.com/questions/FLOOR()/160011/

  • RE: DBCC SQLPREF

    Again 'typos' in the question (and the answer). Sometimes the 'typo' is there deliberately. So when do we know when this is the case and when not?

  • RE: Super Grand Total MDX

    Why is the correct answer and the explanation not in line with each other? Is that not something that can be checked quickly and should be in line before a...

  • RE: Does this work in R?

    24 -> x

    What does this do?

    April 26, 2017 at 1:40 am

    #1939878

  • RE: Vertical Blocks of Code

    It's a windows feature. Works in notepad and other programs as well.

  • RE: VALUES limit

    Same as 'Select top 1000' default value. Or 'Edit top 200'. Where does those numbers come from?

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