Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    Not sure about the questions, and given Celko I don't think the posted answers can get much worse, but this question got a first answer asking for sample data, so...

  • RE: Overhead remove using query(combine 2 statement into one )

    harrd007 (7/28/2012)


    hi

    We need to combine two DML Statement into one statment

    update B

    Set B.phone_disp_new = ISNULL(A.value,'Other')

    from test22 B

    left outer join test21 A

    on B.ph_phone_new = A.TGA_CODE

    update B

    Set B.phone_disp_old = ISNULL(A.value,'Other')

    from test22...

  • RE: Format the query result in send Email SP

    If you want the attachment to be CSV, you need to change

    @query_result_separator ='',

    to be

    @query_result_separator =',',

  • RE: What to look for in an employer

    Quite a nice editorial. I guess I agree with most of it - although I agree even more with the comment Gus posted on Monday.

    The flagpole idea is interesting....

  • RE: Order of Execution

    SQLRNNR (7/24/2012)


    Jamsheer (7/23/2012)


    Thanks for the easy point.. I think the first and last options given are same..

    They were the same. Made it a bit easier 😉

    I didn't read beyond...

  • RE: Order of Execution

    Good straightforward question.

    But in the explanation: is that really the parsing order, or are you assuming that's the parsing order because it's the execution order? I don't think I've...

  • RE: DBCC CHECKDB WITH TRY/CATCH

    Nice straightforward question.

    The reference given is am SQL 2005 note, which does say it also applies to SQL 2008. There was a connect item on this which was closed...

  • RE: Are the posted questions getting worse?

    David Burrows (7/27/2012)


    With these language problems maybe we should ask Steve to create a new IFCode <sarcasm></sarcasm> to highlight sarcasm including a caveat

    'If you take offence with this sarcasm...

  • RE: "Question of the Day" is about:

    It seemed to me that two of the five options could be eliminated easily (assuming we didn't have someone rather unpleasant setting the question, a natural assumption for me because...

  • RE: Contained Databases

    C-Note (7/27/2012)


    L' Eomot Inversé (7/27/2012)


    C-Note (7/27/2012)


    Dan Graveen (7/26/2012)


    "How is it available, but it cannot be altered?"

    This was exactly the question I was stumped on and exactly the logic...

  • RE: Are the posted questions getting worse?

    GSquared (7/27/2012)


    L' Eomot Inversé (7/27/2012)


    GSquared (7/27/2012)


    Brandie Tarvin (7/27/2012)


    Back to the semi-technical discussion...

    If joining a VARCHAR(8000) to a VARCHAR(MAX) value degrades performance, how does one get around this?

    I'm not speaking in...

  • RE: Contained Databases

    C-Note (7/27/2012)


    Dan Graveen (7/26/2012)


    "How is it available, but it cannot be altered?"

    This was exactly the question I was stumped on and exactly the logic I followed in assuming...

  • RE: String Length

    sestell1 (7/27/2012)


    Ah, but LEN() is not comparing strings, it's supposedly returning an individual string's length... except it doesn't. It rtrims the string first, then returns the length of the...

  • RE: Are the posted questions getting worse?

    WayneS (7/27/2012)


    Brandie Tarvin (7/26/2012)


    WayneS (7/26/2012)


    GilaMonster (7/26/2012)


    And the vague question of the week award goes to: http://www.sqlservercentral.com/Forums/Topic1336028-391-1.aspx

    Too tempting... had to post there.

    Wayne, you are so mean.

    Brandie, I was just trying to...

  • RE: String Length

    sestell1 (7/27/2012)


    SQL Kiwi (7/26/2012)


    L' Eomot Inversé (7/25/2012)


    Hugo Kornelis (7/11/2012)


    In my opinion, it is LEN() that has the strange behaviour here, because it returns the length of the padded version of...

Viewing 15 posts - 4,321 through 4,335 (of 7,484 total)