Forum Replies Created

Viewing 15 posts - 31 through 45 (of 66 total)

  • RE: SSIS Variable Casting

    npodlesny (12/5/2013)


    sneumersky (12/4/2013)


    Thought the conversion needed to be Unicode, but I could be wrong...

    Correct.

    Just for the record, I upgraded all my SQL Server components to Service Pack 2 (Microsoft...

  • RE: Declare @local variable

    Carlo Romagnano (12/5/2013)


    Starting from sqlserver2008, you can declare and set a variable in one statement,

    but you can NOT initialize a second variable with another inside the same declaration.

    declare @a varchar=...

  • RE: Declare @local variable

    paul s-306273 (12/5/2013)


    Easy (maybe too easy?).

    Well I thought I would give an easy one to "make up" for the "Order My Data" question I submitted. But you would be...

  • RE: SSIS Variable Casting

    npodlesny (12/3/2013)


    Interesting question. I like it and I do use date variables in SSIS Send Mail Task.

    Did anyone tried to verify the given "right" answers?

    Here what I've got by...

  • RE: Order My Data

    Mauve (12/3/2013)


    It IS NOT guaranteed! Your test cases are invalid! Case in point:

    I have a table with an IDENTITY column as the PK with a clustered index...

  • RE: Order My Data

    Sean Lange (12/3/2013)


    steve.jacobs (12/3/2013)


    rmunwin (12/2/2013)


    I could be wrong but if you pop the server into single user mode and an index that uses a as a lead column will return...

  • RE: Order My Data

    rmunwin (12/2/2013)


    I could be wrong but if you pop the server into single user mode and an index that uses a as a lead column will return results in order...

  • RE: Filegroup for indexes

    Nice question.

    Thanks

  • RE: Order My Data

    All,

    Again, my apologies for neglecting to be more clear when asking the question. From Igor's initial comment to this question, I immediately knew I messed up and was going...

  • RE: Order My Data

    IgorMi (12/1/2013)


    All options are true except this one

    "CREATE CLUSTERED INDEX IDX_A ON #temp1(i,a)"

    You should correct your question.

    Igor, you are correct and thank you for pointing it out. If you...

  • RE: SOUNDEX

    Revenant (11/26/2013)


    This was absolutely vicious, Steve. I spent on it almost half an hour. 😉

    Thanks, I should have thought about this!

    :-D. SOUNDEX (and DIFFERENCE) has always intrigued me...

  • RE: SOUNDEX

    webrunner (11/26/2013)


    Amazing question. Even more amazing is that I got it right. I guessed, admittedly. But I will run and study the code, because it's a really cool puzzle.

    By the...

  • RE: SOUNDEX

    Rune Bivrin (11/26/2013)


    If SOUNDEX() as implemented in SQL Server was remotely useful outside of English-speaking countries I might care one way or the other. As it stands it's one of...

  • RE: Datetime conversion of empty string

    steve.jacobs (11/25/2013)


    Sean Lange (11/25/2013)


    Nice easy question to start the week. I am rather shocked that 16% (101 people) at the time of this posting missed this one.

    Me too :ermm:. ...

  • RE: Datetime conversion of empty string

    Sean Lange (11/25/2013)


    Nice easy question to start the week. I am rather shocked that 16% (101 people) at the time of this posting missed this one.

    Me too :ermm:. I...

Viewing 15 posts - 31 through 45 (of 66 total)