Forum Replies Created

Viewing 15 posts - 16 through 30 (of 551 total)

  • RE: The altered view

    Thanks for the question, really good one.

    yea, well, as we do typo when typing... this was completely clicko. (when I saw red, I was like "WHA......T"?... then I saw it...

  • RE: The Last Order

    Thank you, Steve, good one.

    (Well, it took less then 30 seconds for me to read and select the right choice- either my mind did malfunctioned or I just became smarter...hmm...

  • RE: Why STUFF

    Luis Cazares (5/5/2016)


    I understand that for SQL 2000 it was a good option....

    That's the whole point. (its not about- performance analysis, gain; just a piece of code written long...

  • RE: Why STUFF

    Luis Cazares (5/4/2016)


    Raghavendra Mudugal (5/4/2016)


    (EP)Z!!!

    No need of STUFF. (very old code)

    No need for cursors, or several statements.

    WITH CTE AS(

    select distinct personid from @t

    )

    SELECT PersonID,

    ...

  • RE: Why STUFF

    Lynn Pettis (5/4/2016)


    Wow, so much work when it isn't needed.

    Like I said... very old code... as-in sql 2000... (to me, one of the fine block of code 16 years...

  • RE: Why STUFF

    (EP)Z!!!

    No need of STUFF. (very old code)

    declare @t table (PersonID int, AreaCode varchar(10), Exchange varchar(10), Root

    varchar(10))

    declare @t1 table (PersonID int, phone varchar(2048))

    declare @pn varchar(2048), @Pid int

    insert @t

    select 10001, '555', '555',...

  • RE: A Token Escape

    Andy Warren (4/28/2016)


    Magnus, I'll send a note to have the question updated about ESCAPE_SQUOTE. Can't believe I missed that.

    Even though knowing the answer what it could be... that missing...

  • RE: Getting index columns

    all I can think of- what other options would have been there....

    and also, this is the good time to mention the forgotten/missing validation on "insufficient choice of answers" while actual...

  • RE: IsNull and Coalesce

    This is one of the link I still have in my bookmarks - http://sqlmag.com/t-sql/coalesce-vs-isnull. (Lots of variations to test)

  • RE: The RPO

    Thanks for the reply, Hugo, that cleared my doubt.

  • RE: The RPO

    From the answer section, it says - "Restore the differential backup from Friday night at 8pm".

    I have one doubt - do we have to install the diff-backup of just Friday's...

  • RE: Which gives the greatest points?

    Luis Cazares (10/30/2015)


    Now I know how the people on the other side of "the pond" feel when the humor questions are US centered. 😀

    Oh good... I am not alone.

    I still...

  • RE: Nulls in the FileTable

    With quick analysis on the field names, selected the right ones. (now just wondering- say if I have checked "all of the above", now what other two check boxes I...

  • RE: Independence Day

    Heals (7/3/2015)


    ... but the answer jumped out at me as soon as I saw the question!

    THAT statement, my friend, puts entire mankind back with hope. We never know what we...

  • RE: Stretch Database SQL SERVER 2016

    Thank you, @ArnoKwetters. That link is great. 🙂

Viewing 15 posts - 16 through 30 (of 551 total)